Html Css Color HEX #EE027C Deep Pink

📋 copy color: '#EE027C'

red 238 ◦ green 2 ◦ blue 124

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

Shades of Deep Pink #EE027C

Tints of Deep Pink #EE027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 65.38%
G = 0.55%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE027C (or 0xEE027C) is known color: Deep Pink. HEX triplet: EE, 02 and 7C. RGB value is (238,2,124). Sum of RGB (Red+Green+Blue) = 238+2+124=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE027C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE027C is #11FD83. Grayscale: #565656. Windows color (decimal): -1179012 or 8127214. OLE color: 8127214.

HSL color Cylindrical-coordinate representation of color #EE027C: hue angle of 328.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE027C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 2 124 -
CMYK 0 0.99 0.48 0.07
HSL 328.98º 0.98% 0.47% -
HSV(B) 328.98º 0.99% 0.93% -
XYZ 38.92 19.68 20.82 -
YUV 86.47 149.19 236.08 -
System Red Green Blue C M Y K H S L
Decimal 238 2 124 0 0.99 0.48 0.07 328.98 0.98 0.47
Hex EE 2 7C 0 63 30 7 149 62 2F
Octal 356 2 174 0 143 60 7 511 142 57
Binary 11101110 10 1111100 0 1100011 110000 111 101001001 1100010 101111

Color Harmonies of #EE027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE027C

Black with #EE027C

Text Example


Text Example

White with #EE027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE027C; }

 p { color: rgb(238,2,124); }

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

background-color css

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

 a { background-color: rgb(238,2,124); }

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

border-color css

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

 span { border-color: rgb(238,2,124); }

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