Html Css Color HEX #EE228C Deep Pink

📋 copy color: '#EE228C'

red 238 ◦ green 34 ◦ blue 140

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

Shades of Deep Pink #EE228C

Tints of Deep Pink #EE228C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.25%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 57.77%
G = 8.25%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE228C (or 0xEE228C) is known color: Deep Pink. HEX triplet: EE, 22 and 8C. RGB value is (238,34,140). Sum of RGB (Red+Green+Blue) = 238+34+140=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE228C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE228C is #11DD73. Grayscale: #6A6A6A. Windows color (decimal): -1170804 or 9183982. OLE color: 9183982.

HSL color Cylindrical-coordinate representation of color #EE228C: hue angle of 328.82º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE228C is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 34 140 -
CMYK 0 0.86 0.41 0.07
HSL 328.82º 0.86% 0.53% -
HSV(B) 328.82º 0.86% 0.93% -
XYZ 40.57 21.21 26.77 -
YUV 107.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 238 34 140 0 0.86 0.41 0.07 328.82 0.86 0.53
Hex EE 22 8C 0 56 29 7 149 56 35
Octal 356 42 214 0 126 51 7 511 126 65
Binary 11101110 100010 10001100 0 1010110 101001 111 101001001 1010110 110101

Color Harmonies of #EE228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE228C

Black with #EE228C

Text Example


Text Example

White with #EE228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE228C; }

 p { color: rgb(238,34,140); }

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

background-color css

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

 a { background-color: rgb(238,34,140); }

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

border-color css

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

 span { border-color: rgb(238,34,140); }

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