Html Css Color HEX #EF02E5 Magenta

📋 copy color: '#EF02E5'

red 239 ◦ green 2 ◦ blue 229

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

Shades of Magenta #EF02E5

Tints of Magenta #EF02E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 50.85%
G = 0.43%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF02E5 (or 0xEF02E5) is known color: Magenta. HEX triplet: EF, 02 and E5. RGB value is (239,2,229). Sum of RGB (Red+Green+Blue) = 239+2+229=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02E5 is #10FD1A. Grayscale: #626262. Windows color (decimal): -1113371 or 15008495. OLE color: 15008495.

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

Color convert

RGB 239 2 229 -
CMYK 0 0.99 0.04 0.06
HSL 302.53º 0.98% 0.47% -
HSV(B) 302.53º 0.99% 0.94% -
XYZ 49.76 24.05 76.15 -
YUV 98.74 201.52 228.04 -
System Red Green Blue C M Y K H S L
Decimal 239 2 229 0 0.99 0.04 0.06 302.53 0.98 0.47
Hex EF 2 E5 0 63 4 6 12F 62 2F
Octal 357 2 345 0 143 4 6 457 142 57
Binary 11101111 10 11100101 0 1100011 100 110 100101111 1100010 101111

Color Harmonies of #EF02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02E5

Black with #EF02E5

Text Example


Text Example

White with #EF02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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