Html Css Color HEX #EF04CF Hot Magenta

📋 copy color: '#EF04CF'

red 239 ◦ green 4 ◦ blue 207

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

Shades of Hot Magenta #EF04CF

Tints of Hot Magenta #EF04CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 53.11%
G = 0.89%
B = 46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF04CF (or 0xEF04CF) is known color: Hot Magenta. HEX triplet: EF, 04 and CF. RGB value is (239,4,207). Sum of RGB (Red+Green+Blue) = 239+4+207=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF04CF is #10FB30. Grayscale: #606060. Windows color (decimal): -1112881 or 13567215. OLE color: 13567215.

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

Color convert

RGB 239 4 207 -
CMYK 0 0.98 0.13 0.06
HSL 308.17º 0.97% 0.48% -
HSV(B) 308.17º 0.98% 0.94% -
XYZ 46.9 22.94 60.99 -
YUV 97.41 189.86 228.99 -
System Red Green Blue C M Y K H S L
Decimal 239 4 207 0 0.98 0.13 0.06 308.17 0.97 0.48
Hex EF 4 CF 0 62 D 6 134 61 30
Octal 357 4 317 0 142 15 6 464 141 60
Binary 11101111 100 11001111 0 1100010 1101 110 100110100 1100001 110000

Color Harmonies of #EF04CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04CF

Black with #EF04CF

Text Example


Text Example

White with #EF04CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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