Html Css Color HEX #EE32FA Magenta

📋 copy color: '#EE32FA'

red 238 ◦ green 50 ◦ blue 250

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

Shades of Magenta #EE32FA

Tints of Magenta #EE32FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 44.24%
G = 9.29%
B = 46.47%

CMYK

 C value IS 0.05

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE32FA (or 0xEE32FA) is known color: Magenta. HEX triplet: EE, 32 and FA. RGB value is (238,50,250). Sum of RGB (Red+Green+Blue) = 238+50+250=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE32FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FA is #11CD05. Grayscale: #808080. Windows color (decimal): -1166598 or 16397038. OLE color: 16397038.

HSL color Cylindrical-coordinate representation of color #EE32FA: hue angle of 296.4º degrees, saturation: 0.95, 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 #EE32FA is Cyan = 0.05, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 50 250 -
CMYK 0.05 0.8 0 0.02
HSL 296.4º 0.95% 0.59% -
HSV(B) 296.4º 0.8% 0.98% -
XYZ 53.66 27.36 92.9 -
YUV 129.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 238 50 250 0.05 0.8 0 0.02 296.4 0.95 0.59
Hex EE 32 FA 5 50 0 2 128 5F 3B
Octal 356 62 372 5 120 0 2 450 137 73
Binary 11101110 110010 11111010 101 1010000 0 10 100101000 1011111 111011

Color Harmonies of #EE32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32FA

Black with #EE32FA

Text Example


Text Example

White with #EE32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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