Html Css Color HEX #EE1AFB Magenta

📋 copy color: '#EE1AFB'

red 238 ◦ green 26 ◦ blue 251

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

Shades of Magenta #EE1AFB

Tints of Magenta #EE1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.05%

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

R = 46.21%
G = 5.05%
B = 48.74%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE1AFB (or 0xEE1AFB) is known color: Magenta. HEX triplet: EE, 1A and FB. RGB value is (238,26,251). Sum of RGB (Red+Green+Blue) = 238+26+251=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE1AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AFB is #11E504. Grayscale: #727272. Windows color (decimal): -1172741 or 16456430. OLE color: 16456430.

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

Color convert

RGB 238 26 251 -
CMYK 0.05 0.90 0 0.02
HSL 296.53º 0.97% 0.54% -
HSV(B) 296.53º 0.9% 0.98% -
XYZ 53.04 25.88 93.47 -
YUV 115.04 204.74 215.7 -
System Red Green Blue C M Y K H S L
Decimal 238 26 251 0.05 0.90 0 0.02 296.53 0.97 0.54
Hex EE 1A FB 5 5A 0 2 129 61 36
Octal 356 32 373 5 132 0 2 451 141 66
Binary 11101110 11010 11111011 101 1011010 0 10 100101001 1100001 110110

Color Harmonies of #EE1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AFB

Black with #EE1AFB

Text Example


Text Example

White with #EE1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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