Html Css Color HEX #EE02FB Magenta

📋 copy color: '#EE02FB'

red 238 ◦ green 2 ◦ blue 251

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

Shades of Magenta #EE02FB

Tints of Magenta #EE02FB

RGB

 RED value IS 238 (93.36% from 255) = 48.47%

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 48.47%
G = 0.41%
B = 51.12%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE02FB (or 0xEE02FB) is known color: Magenta. HEX triplet: EE, 02 and FB. RGB value is (238,2,251). Sum of RGB (Red+Green+Blue) = 238+2+251=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE02FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE02FB is #11FD04. Grayscale: #646464. Windows color (decimal): -1178885 or 16450286. OLE color: 16450286.

HSL color Cylindrical-coordinate representation of color #EE02FB: hue angle of 296.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02FB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 2 251 -
CMYK 0.05 0.99 0 0.02
HSL 296.87º 0.98% 0.5% -
HSV(B) 296.87º 0.99% 0.98% -
XYZ 52.69 25.19 93.35 -
YUV 100.95 212.69 225.75 -
System Red Green Blue C M Y K H S L
Decimal 238 2 251 0.05 0.99 0 0.02 296.87 0.98 0.5
Hex EE 2 FB 5 63 0 2 129 62 32
Octal 356 2 373 5 143 0 2 451 142 62
Binary 11101110 10 11111011 101 1100011 0 10 100101001 1100010 110010

Color Harmonies of #EE02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE02FB

Black with #EE02FB

Text Example


Text Example

White with #EE02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE02FB; }

 p { color: rgb(238,2,251); }

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

background-color css

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

 a { background-color: rgb(238,2,251); }

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

border-color css

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

 span { border-color: rgb(238,2,251); }

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