Html Css Color HEX #EF02E7 Magenta

📋 copy color: '#EF02E7'

red 239 ◦ green 2 ◦ blue 231

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

Shades of Magenta #EF02E7

Tints of Magenta #EF02E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 50.64%
G = 0.42%
B = 48.94%

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

#EF02E7 (or 0xEF02E7) is known color: Magenta. HEX triplet: EF, 02 and E7. RGB value is (239,2,231). Sum of RGB (Red+Green+Blue) = 239+2+231=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02E7 is #10FD18. Grayscale: #626262. Windows color (decimal): -1113369 or 15139567. OLE color: 15139567.

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

Color convert

RGB 239 2 231 -
CMYK 0 0.99 0.03 0.06
HSL 302.03º 0.98% 0.47% -
HSV(B) 302.03º 0.99% 0.94% -
XYZ 50.04 24.16 77.63 -
YUV 98.97 202.52 227.88 -
System Red Green Blue C M Y K H S L
Decimal 239 2 231 0 0.99 0.03 0.06 302.03 0.98 0.47
Hex EF 2 E7 0 63 3 6 12E 62 2F
Octal 357 2 347 0 143 3 6 456 142 57
Binary 11101111 10 11100111 0 1100011 11 110 100101110 1100010 101111

Color Harmonies of #EF02E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02E7

Black with #EF02E7

Text Example


Text Example

White with #EF02E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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