Html Css Color HEX #EF02EC Magenta

📋 copy color: '#EF02EC'

red 239 ◦ green 2 ◦ blue 236

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

Shades of Magenta #EF02EC

Tints of Magenta #EF02EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 50.1%
G = 0.42%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF02EC (or 0xEF02EC) is known color: Magenta. HEX triplet: EF, 02 and EC. RGB value is (239,2,236). Sum of RGB (Red+Green+Blue) = 239+2+236=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 2 (1.17% from 255 or 0.42% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02EC is #10FD13. Grayscale: #626262. Windows color (decimal): -1113364 or 15467247. OLE color: 15467247.

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

Color convert

RGB 239 2 236 -
CMYK 0 0.99 0.01 0.06
HSL 300.76º 0.98% 0.47% -
HSV(B) 300.76º 0.99% 0.94% -
XYZ 50.76 24.45 81.4 -
YUV 99.54 205.02 227.47 -
System Red Green Blue C M Y K H S L
Decimal 239 2 236 0 0.99 0.01 0.06 300.76 0.98 0.47
Hex EF 2 EC 0 63 1 6 12D 62 2F
Octal 357 2 354 0 143 1 6 455 142 57
Binary 11101111 10 11101100 0 1100011 1 110 100101101 1100010 101111

Color Harmonies of #EF02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02EC

Black with #EF02EC

Text Example


Text Example

White with #EF02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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