Html Css Color HEX #EE24FA Magenta

📋 copy color: '#EE24FA'

red 238 ◦ green 36 ◦ blue 250

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

Shades of Magenta #EE24FA

Tints of Magenta #EE24FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.87%

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

R = 45.42%
G = 6.87%
B = 47.71%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE24FA (or 0xEE24FA) is known color: Magenta. HEX triplet: EE, 24 and FA. RGB value is (238,36,250). Sum of RGB (Red+Green+Blue) = 238+36+250=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 36 (14.45% from 255 or 6.87% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE24FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE24FA is #11DB05. Grayscale: #787878. Windows color (decimal): -1170182 or 16393454. OLE color: 16393454.

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

Color convert

RGB 238 36 250 -
CMYK 0.05 0.86 0 0.02
HSL 296.64º 0.96% 0.56% -
HSV(B) 296.64º 0.86% 0.98% -
XYZ 53.15 26.34 92.73 -
YUV 120.79 200.92 211.6 -
System Red Green Blue C M Y K H S L
Decimal 238 36 250 0.05 0.86 0 0.02 296.64 0.96 0.56
Hex EE 24 FA 5 56 0 2 129 60 38
Octal 356 44 372 5 126 0 2 451 140 70
Binary 11101110 100100 11111010 101 1010110 0 10 100101001 1100000 111000

Color Harmonies of #EE24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24FA

Black with #EE24FA

Text Example


Text Example

White with #EE24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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