Html Css Color HEX #EF0EFD Magenta

📋 copy color: '#EF0EFD'

red 239 ◦ green 14 ◦ blue 253

#EF0EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #EF0EFD

Tints of Magenta #EF0EFD

RGB

 RED value IS 239 (93.75% from 255) = 47.23%

 GREEN value IS 14 (5.86% from 255) = 2.77%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 47.23%
G = 2.77%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF0EFD (or 0xEF0EFD) is known color: Magenta. HEX triplet: EF, 0E and FD. RGB value is (239,14,253). Sum of RGB (Red+Green+Blue) = 239+14+253=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 14 (5.86% from 255 or 2.77% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EFD is #10F102. Grayscale: #6B6B6B. Windows color (decimal): -1110275 or 16584431. OLE color: 16584431.

HSL color Cylindrical-coordinate representation of color #EF0EFD: hue angle of 296.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0EFD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 14 253 -
CMYK 0.06 0.94 0 0.01
HSL 296.49º 0.98% 0.52% -
HSV(B) 296.49º 0.94% 0.99% -
XYZ 53.48 25.76 95.08 -
YUV 108.52 209.54 221.07 -
System Red Green Blue C M Y K H S L
Decimal 239 14 253 0.06 0.94 0 0.01 296.49 0.98 0.52
Hex EF E FD 6 5E 0 1 128 62 34
Octal 357 16 375 6 136 0 1 450 142 64
Binary 11101111 1110 11111101 110 1011110 0 1 100101000 1100010 110100

Color Harmonies of #EF0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EFD

Black with #EF0EFD

Text Example


Text Example

White with #EF0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EFD; }

 p { color: rgb(239,14,253); }

 H1.HeaderClassName
 {
   color: #EF0EFD;
 }
 .AnyTagClassName
 {
   color: #EF0EFD;
 }
</style>

background-color css

<style>
 a { background-color: #EF0EFD; }

 a { background-color: rgb(239,14,253); }

 div.DivClassName
 {
   background-color: #EF0EFD;
 }
 .BgClassName
 {
   background-color: #EF0EFD;
 }
</style>

border-color css

<style>
 span { border-color: #EF0EFD; }

 span { border-color: rgb(239,14,253); }

 td.TdClassName
 {
   border-color: #EF0EFD;
 }
 .TagClassName
 {
   border-color: #EF0EFD;
 }
</style>