Html Css Color HEX #EF03CF Hot Magenta

📋 copy color: '#EF03CF'

red 239 ◦ green 3 ◦ blue 207

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

Shades of Hot Magenta #EF03CF

Tints of Hot Magenta #EF03CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.67%

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

R = 53.23%
G = 0.67%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF03CF (or 0xEF03CF) is known color: Hot Magenta. HEX triplet: EF, 03 and CF. RGB value is (239,3,207). Sum of RGB (Red+Green+Blue) = 239+3+207=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03CF is #10FC30. Grayscale: #606060. Windows color (decimal): -1113137 or 13566959. OLE color: 13566959.

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

Color convert

RGB 239 3 207 -
CMYK 0 0.99 0.13 0.06
HSL 308.14º 0.98% 0.47% -
HSV(B) 308.14º 0.99% 0.94% -
XYZ 46.89 22.92 60.98 -
YUV 96.82 190.19 229.41 -
System Red Green Blue C M Y K H S L
Decimal 239 3 207 0 0.99 0.13 0.06 308.14 0.98 0.47
Hex EF 3 CF 0 63 D 6 134 62 2F
Octal 357 3 317 0 143 15 6 464 142 57
Binary 11101111 11 11001111 0 1100011 1101 110 100110100 1100010 101111

Color Harmonies of #EF03CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03CF

Black with #EF03CF

Text Example


Text Example

White with #EF03CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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