Html Css Color HEX #EF04CB Hot Magenta

📋 copy color: '#EF04CB'

red 239 ◦ green 4 ◦ blue 203

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

Shades of Hot Magenta #EF04CB

Tints of Hot Magenta #EF04CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 53.59%
G = 0.9%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF04CB (or 0xEF04CB) is known color: Hot Magenta. HEX triplet: EF, 04 and CB. RGB value is (239,4,203). Sum of RGB (Red+Green+Blue) = 239+4+203=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04CB is #10FB34. Grayscale: #606060. Windows color (decimal): -1112885 or 13305071. OLE color: 13305071.

HSL color Cylindrical-coordinate representation of color #EF04CB: hue angle of 309.19º 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 #EF04CB is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 203 -
CMYK 0 0.98 0.15 0.06
HSL 309.19º 0.97% 0.48% -
HSV(B) 309.19º 0.98% 0.94% -
XYZ 46.42 22.75 58.44 -
YUV 96.95 187.86 229.32 -
System Red Green Blue C M Y K H S L
Decimal 239 4 203 0 0.98 0.15 0.06 309.19 0.97 0.48
Hex EF 4 CB 0 62 F 6 135 61 30
Octal 357 4 313 0 142 17 6 465 141 60
Binary 11101111 100 11001011 0 1100010 1111 110 100110101 1100001 110000

Color Harmonies of #EF04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04CB

Black with #EF04CB

Text Example


Text Example

White with #EF04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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