Html Css Color HEX #EE2AFB Magenta

📋 copy color: '#EE2AFB'

red 238 ◦ green 42 ◦ blue 251

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

Shades of Magenta #EE2AFB

Tints of Magenta #EE2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.91%

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

R = 44.82%
G = 7.91%
B = 47.27%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE2AFB (or 0xEE2AFB) is known color: Magenta. HEX triplet: EE, 2A and FB. RGB value is (238,42,251). Sum of RGB (Red+Green+Blue) = 238+42+251=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 42 (16.80% from 255 or 7.91% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE2AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AFB is #11D504. Grayscale: #7B7B7B. Windows color (decimal): -1168645 or 16460526. OLE color: 16460526.

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

Color convert

RGB 238 42 251 -
CMYK 0.05 0.83 0 0.02
HSL 296.27º 0.96% 0.57% -
HSV(B) 296.27º 0.83% 0.98% -
XYZ 53.5 26.8 93.62 -
YUV 124.43 199.43 209.01 -
System Red Green Blue C M Y K H S L
Decimal 238 42 251 0.05 0.83 0 0.02 296.27 0.96 0.57
Hex EE 2A FB 5 53 0 2 128 60 39
Octal 356 52 373 5 123 0 2 450 140 71
Binary 11101110 101010 11111011 101 1010011 0 10 100101000 1100000 111001

Color Harmonies of #EE2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2AFB

Black with #EE2AFB

Text Example


Text Example

White with #EE2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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