Html Css Color HEX #EF09CC Hot Magenta

📋 copy color: '#EF09CC'

red 239 ◦ green 9 ◦ blue 204

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

Shades of Hot Magenta #EF09CC

Tints of Hot Magenta #EF09CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 52.88%
G = 1.99%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF09CC (or 0xEF09CC) is known color: Hot Magenta. HEX triplet: EF, 09 and CC. RGB value is (239,9,204). Sum of RGB (Red+Green+Blue) = 239+9+204=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09CC is #10F633. Grayscale: #636363. Windows color (decimal): -1111604 or 13371887. OLE color: 13371887.

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

Color convert

RGB 239 9 204 -
CMYK 0 0.96 0.15 0.06
HSL 309.13º 0.93% 0.49% -
HSV(B) 309.13º 0.96% 0.94% -
XYZ 46.59 22.91 59.09 -
YUV 100 186.7 227.14 -
System Red Green Blue C M Y K H S L
Decimal 239 9 204 0 0.96 0.15 0.06 309.13 0.93 0.49
Hex EF 9 CC 0 60 F 6 135 5D 31
Octal 357 11 314 0 140 17 6 465 135 61
Binary 11101111 1001 11001100 0 1100000 1111 110 100110101 1011101 110001

Color Harmonies of #EF09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF09CC

Black with #EF09CC

Text Example


Text Example

White with #EF09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF09CC; }

 p { color: rgb(239,9,204); }

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

background-color css

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

 a { background-color: rgb(239,9,204); }

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

border-color css

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

 span { border-color: rgb(239,9,204); }

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