Html Css Color HEX #EF0DCE Hot Magenta

📋 copy color: '#EF0DCE'

red 239 ◦ green 13 ◦ blue 206

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

Shades of Hot Magenta #EF0DCE

Tints of Hot Magenta #EF0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 52.18%
G = 2.84%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF0DCE (or 0xEF0DCE) is known color: Hot Magenta. HEX triplet: EF, 0D and CE. RGB value is (239,13,206). Sum of RGB (Red+Green+Blue) = 239+13+206=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DCE is #10F231. Grayscale: #666666. Windows color (decimal): -1110578 or 13503983. OLE color: 13503983.

HSL color Cylindrical-coordinate representation of color #EF0DCE: hue angle of 308.76º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DCE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 13 206 -
CMYK 0 0.95 0.14 0.06
HSL 308.76º 0.9% 0.49% -
HSV(B) 308.76º 0.95% 0.94% -
XYZ 46.88 23.09 60.38 -
YUV 102.58 186.37 225.31 -
System Red Green Blue C M Y K H S L
Decimal 239 13 206 0 0.95 0.14 0.06 308.76 0.9 0.49
Hex EF D CE 0 5F E 6 135 5A 31
Octal 357 15 316 0 137 16 6 465 132 61
Binary 11101111 1101 11001110 0 1011111 1110 110 100110101 1011010 110001

Color Harmonies of #EF0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DCE

Black with #EF0DCE

Text Example


Text Example

White with #EF0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DCE; }

 p { color: rgb(239,13,206); }

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

background-color css

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

 a { background-color: rgb(239,13,206); }

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

border-color css

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

 span { border-color: rgb(239,13,206); }

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