Html Css Color HEX #EF02E9 Magenta

📋 copy color: '#EF02E9'

red 239 ◦ green 2 ◦ blue 233

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

Shades of Magenta #EF02E9

Tints of Magenta #EF02E9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 50.42%
G = 0.42%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF02E9 (or 0xEF02E9) is known color: Magenta. HEX triplet: EF, 02 and E9. RGB value is (239,2,233). Sum of RGB (Red+Green+Blue) = 239+2+233=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02E9 is #10FD16. Grayscale: #626262. Windows color (decimal): -1113367 or 15270639. OLE color: 15270639.

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

Color convert

RGB 239 2 233 -
CMYK 0 0.99 0.03 0.06
HSL 301.52º 0.98% 0.47% -
HSV(B) 301.52º 0.99% 0.94% -
XYZ 50.33 24.28 79.12 -
YUV 99.2 203.52 227.72 -
System Red Green Blue C M Y K H S L
Decimal 239 2 233 0 0.99 0.03 0.06 301.52 0.98 0.47
Hex EF 2 E9 0 63 3 6 12E 62 2F
Octal 357 2 351 0 143 3 6 456 142 57
Binary 11101111 10 11101001 0 1100011 11 110 100101110 1100010 101111

Color Harmonies of #EF02E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02E9

Black with #EF02E9

Text Example


Text Example

White with #EF02E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02E9; }

 p { color: rgb(239,2,233); }

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

background-color css

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

 a { background-color: rgb(239,2,233); }

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

border-color css

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

 span { border-color: rgb(239,2,233); }

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