Html Css Color HEX #EE32FB Magenta

📋 copy color: '#EE32FB'

red 238 ◦ green 50 ◦ blue 251

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

Shades of Magenta #EE32FB

Tints of Magenta #EE32FB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.28%

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

R = 44.16%
G = 9.28%
B = 46.57%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE32FB (or 0xEE32FB) is known color: Magenta. HEX triplet: EE, 32 and FB. RGB value is (238,50,251). Sum of RGB (Red+Green+Blue) = 238+50+251=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 50 (19.92% from 255 or 9.28% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE32FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FB is #11CD04. Grayscale: #808080. Windows color (decimal): -1166597 or 16462574. OLE color: 16462574.

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

Color convert

RGB 238 50 251 -
CMYK 0.05 0.80 0 0.02
HSL 296.12º 0.96% 0.59% -
HSV(B) 296.12º 0.8% 0.98% -
XYZ 53.81 27.42 93.72 -
YUV 129.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 238 50 251 0.05 0.80 0 0.02 296.12 0.96 0.59
Hex EE 32 FB 5 50 0 2 128 60 3B
Octal 356 62 373 5 120 0 2 450 140 73
Binary 11101110 110010 11111011 101 1010000 0 10 100101000 1100000 111011

Color Harmonies of #EE32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32FB

Black with #EE32FB

Text Example


Text Example

White with #EE32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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