Html Css Color HEX #EE228D Deep Pink

📋 copy color: '#EE228D'

red 238 ◦ green 34 ◦ blue 141

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

Shades of Deep Pink #EE228D

Tints of Deep Pink #EE228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 57.63%
G = 8.23%
B = 34.14%

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

#EE228D (or 0xEE228D) is known color: Deep Pink. HEX triplet: EE, 22 and 8D. RGB value is (238,34,141). Sum of RGB (Red+Green+Blue) = 238+34+141=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE228D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE228D is #11DD72. Grayscale: #6A6A6A. Windows color (decimal): -1170803 or 9249518. OLE color: 9249518.

HSL color Cylindrical-coordinate representation of color #EE228D: hue angle of 328.53º 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 #EE228D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 34 141 -
CMYK 0 0.86 0.41 0.07
HSL 328.53º 0.86% 0.53% -
HSV(B) 328.53º 0.86% 0.93% -
XYZ 40.64 21.24 27.16 -
YUV 107.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 238 34 141 0 0.86 0.41 0.07 328.53 0.86 0.53
Hex EE 22 8D 0 56 29 7 149 56 35
Octal 356 42 215 0 126 51 7 511 126 65
Binary 11101110 100010 10001101 0 1010110 101001 111 101001001 1010110 110101

Color Harmonies of #EE228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE228D

Black with #EE228D

Text Example


Text Example

White with #EE228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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