Html Css Color HEX #EE27FA Magenta

📋 copy color: '#EE27FA'

red 238 ◦ green 39 ◦ blue 250

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

Shades of Magenta #EE27FA

Tints of Magenta #EE27FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.4%

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

R = 45.16%
G = 7.4%
B = 47.44%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE27FA (or 0xEE27FA) is known color: Magenta. HEX triplet: EE, 27 and FA. RGB value is (238,39,250). Sum of RGB (Red+Green+Blue) = 238+39+250=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 39 (15.62% from 255 or 7.40% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE27FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FA is #11D805. Grayscale: #797979. Windows color (decimal): -1169414 or 16394222. OLE color: 16394222.

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

Color convert

RGB 238 39 250 -
CMYK 0.05 0.84 0 0.02
HSL 296.59º 0.95% 0.57% -
HSV(B) 296.59º 0.84% 0.98% -
XYZ 53.24 26.53 92.76 -
YUV 122.56 199.93 210.34 -
System Red Green Blue C M Y K H S L
Decimal 238 39 250 0.05 0.84 0 0.02 296.59 0.95 0.57
Hex EE 27 FA 5 54 0 2 129 5F 39
Octal 356 47 372 5 124 0 2 451 137 71
Binary 11101110 100111 11111010 101 1010100 0 10 100101001 1011111 111001

Color Harmonies of #EE27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE27FA

Black with #EE27FA

Text Example


Text Example

White with #EE27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE27FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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