Html Css Color HEX #EE2FFB Magenta

📋 copy color: '#EE2FFB'

red 238 ◦ green 47 ◦ blue 251

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

Shades of Magenta #EE2FFB

Tints of Magenta #EE2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.77%

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

R = 44.4%
G = 8.77%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE2FFB (or 0xEE2FFB) is known color: Magenta. HEX triplet: EE, 2F and FB. RGB value is (238,47,251). Sum of RGB (Red+Green+Blue) = 238+47+251=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 47 (18.75% from 255 or 8.77% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FFB is #11D004. Grayscale: #7E7E7E. Windows color (decimal): -1167365 or 16461806. OLE color: 16461806.

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

Color convert

RGB 238 47 251 -
CMYK 0.05 0.81 0 0.02
HSL 296.18º 0.96% 0.58% -
HSV(B) 296.18º 0.81% 0.98% -
XYZ 53.69 27.18 93.68 -
YUV 127.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 238 47 251 0.05 0.81 0 0.02 296.18 0.96 0.58
Hex EE 2F FB 5 51 0 2 128 60 3A
Octal 356 57 373 5 121 0 2 450 140 72
Binary 11101110 101111 11111011 101 1010001 0 10 100101000 1100000 111010

Color Harmonies of #EE2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FFB

Black with #EE2FFB

Text Example


Text Example

White with #EE2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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