Html Css Color HEX #EF04CE Hot Magenta

📋 copy color: '#EF04CE'

red 239 ◦ green 4 ◦ blue 206

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

Shades of Hot Magenta #EF04CE

Tints of Hot Magenta #EF04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 53.23%
G = 0.89%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF04CE (or 0xEF04CE) is known color: Hot Magenta. HEX triplet: EF, 04 and CE. RGB value is (239,4,206). Sum of RGB (Red+Green+Blue) = 239+4+206=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04CE is #10FB31. Grayscale: #606060. Windows color (decimal): -1112882 or 13501679. OLE color: 13501679.

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

Color convert

RGB 239 4 206 -
CMYK 0 0.98 0.14 0.06
HSL 308.43º 0.97% 0.48% -
HSV(B) 308.43º 0.98% 0.94% -
XYZ 46.78 22.89 60.35 -
YUV 97.29 189.36 229.07 -
System Red Green Blue C M Y K H S L
Decimal 239 4 206 0 0.98 0.14 0.06 308.43 0.97 0.48
Hex EF 4 CE 0 62 E 6 134 61 30
Octal 357 4 316 0 142 16 6 464 141 60
Binary 11101111 100 11001110 0 1100010 1110 110 100110100 1100001 110000

Color Harmonies of #EF04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04CE

Black with #EF04CE

Text Example


Text Example

White with #EF04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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