Html Css Color HEX #EF00CE Hot Magenta

📋 copy color: '#EF00CE'

red 239 ◦ green 0 ◦ blue 206

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

Shades of Hot Magenta #EF00CE

Tints of Hot Magenta #EF00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.71%
G = 0%
B = 46.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF00CE (or 0xEF00CE) is known color: Hot Magenta. HEX triplet: EF, 00 and CE. RGB value is (239,0,206). Sum of RGB (Red+Green+Blue) = 239+0+206=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00CE is #10FF31. Grayscale: #5E5E5E. Windows color (decimal): -1113906 or 13500655. OLE color: 13500655.

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

Color convert

RGB 239 0 206 -
CMYK 0 1 0.14 0.06
HSL 308.28º 1% 0.47% -
HSV(B) 308.28º 1% 0.94% -
XYZ 46.74 22.81 60.33 -
YUV 94.95 190.68 230.75 -
System Red Green Blue C M Y K H S L
Decimal 239 0 206 0 1 0.14 0.06 308.28 1 0.47
Hex EF 0 CE 0 64 E 6 134 64 2F
Octal 357 0 316 0 144 16 6 464 144 57
Binary 11101111 0 11001110 0 1100100 1110 110 100110100 1100100 101111

Color Harmonies of #EF00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00CE

Black with #EF00CE

Text Example


Text Example

White with #EF00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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