Html Css Color HEX #EE27FC Magenta

📋 copy color: '#EE27FC'

red 238 ◦ green 39 ◦ blue 252

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

Shades of Magenta #EE27FC

Tints of Magenta #EE27FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 44.99%
G = 7.37%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE27FC (or 0xEE27FC) is known color: Magenta. HEX triplet: EE, 27 and FC. RGB value is (238,39,252). Sum of RGB (Red+Green+Blue) = 238+39+252=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 39 (15.62% from 255 or 7.37% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE27FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FC is #11D803. Grayscale: #7A7A7A. Windows color (decimal): -1169412 or 16525294. OLE color: 16525294.

HSL color Cylindrical-coordinate representation of color #EE27FC: hue angle of 296.06º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE27FC is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 39 252 -
CMYK 0.06 0.85 0 0.01
HSL 296.06º 0.97% 0.57% -
HSV(B) 296.06º 0.85% 0.99% -
XYZ 53.56 26.66 94.42 -
YUV 122.78 200.93 210.18 -
System Red Green Blue C M Y K H S L
Decimal 238 39 252 0.06 0.85 0 0.01 296.06 0.97 0.57
Hex EE 27 FC 6 55 0 1 128 61 39
Octal 356 47 374 6 125 0 1 450 141 71
Binary 11101110 100111 11111100 110 1010101 0 1 100101000 1100001 111001

Color Harmonies of #EE27FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE27FC

Black with #EE27FC

Text Example


Text Example

White with #EE27FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE27FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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