Html Css Color HEX #EE27F9 Magenta

📋 copy color: '#EE27F9'

red 238 ◦ green 39 ◦ blue 249

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

Shades of Magenta #EE27F9

Tints of Magenta #EE27F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 45.25%
G = 7.41%
B = 47.34%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE27F9 (or 0xEE27F9) is known color: Magenta. HEX triplet: EE, 27 and F9. RGB value is (238,39,249). Sum of RGB (Red+Green+Blue) = 238+39+249=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 39 (15.62% from 255 or 7.41% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE27F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27F9 is #11D806. Grayscale: #797979. Windows color (decimal): -1169415 or 16328686. OLE color: 16328686.

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

Color convert

RGB 238 39 249 -
CMYK 0.04 0.84 0 0.02
HSL 296.86º 0.95% 0.56% -
HSV(B) 296.86º 0.84% 0.98% -
XYZ 53.08 26.47 91.93 -
YUV 122.44 199.43 210.42 -
System Red Green Blue C M Y K H S L
Decimal 238 39 249 0.04 0.84 0 0.02 296.86 0.95 0.56
Hex EE 27 F9 4 54 0 2 129 5F 38
Octal 356 47 371 4 124 0 2 451 137 70
Binary 11101110 100111 11111001 100 1010100 0 10 100101001 1011111 111000

Color Harmonies of #EE27F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE27F9

Black with #EE27F9

Text Example


Text Example

White with #EE27F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE27F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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