Html Css Color HEX #EE27EF Magenta

📋 copy color: '#EE27EF'

red 238 ◦ green 39 ◦ blue 239

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

Shades of Magenta #EE27EF

Tints of Magenta #EE27EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 46.12%
G = 7.56%
B = 46.32%

CMYK

 C value IS 0.00

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE27EF (or 0xEE27EF) is known color: Magenta. HEX triplet: EE, 27 and EF. RGB value is (238,39,239). Sum of RGB (Red+Green+Blue) = 238+39+239=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 39 (15.62% from 255 or 7.56% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE27EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27EF is #11D810. Grayscale: #787878. Windows color (decimal): -1169425 or 15673326. OLE color: 15673326.

HSL color Cylindrical-coordinate representation of color #EE27EF: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27EF is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 39 239 -
CMYK 0.00 0.84 0 0.06
HSL 299.7º 0.86% 0.55% -
HSV(B) 299.7º 0.84% 0.94% -
XYZ 51.57 25.86 83.94 -
YUV 121.3 194.43 211.24 -
System Red Green Blue C M Y K H S L
Decimal 238 39 239 0.00 0.84 0 0.06 299.7 0.86 0.55
Hex EE 27 EF 0 54 0 6 12C 56 37
Octal 356 47 357 0 124 0 6 454 126 67
Binary 11101110 100111 11101111 0 1010100 0 110 100101100 1010110 110111

Color Harmonies of #EE27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE27EF

Black with #EE27EF

Text Example


Text Example

White with #EE27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE27EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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