Html Css Color HEX #EE128D Deep Pink

📋 copy color: '#EE128D'

red 238 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #EE128D

Tints of Deep Pink #EE128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

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

R = 59.95%
G = 4.53%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE128D (or 0xEE128D) is known color: Deep Pink. HEX triplet: EE, 12 and 8D. RGB value is (238,18,141). Sum of RGB (Red+Green+Blue) = 238+18+141=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE128D is #11ED72. Grayscale: #616161. Windows color (decimal): -1174899 or 9245422. OLE color: 9245422.

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

Color convert

RGB 238 18 141 -
CMYK 0 0.92 0.41 0.07
HSL 326.45º 0.87% 0.5% -
HSV(B) 326.45º 0.92% 0.93% -
XYZ 40.28 20.53 27.04 -
YUV 97.8 152.39 228 -
System Red Green Blue C M Y K H S L
Decimal 238 18 141 0 0.92 0.41 0.07 326.45 0.87 0.5
Hex EE 12 8D 0 5C 29 7 146 57 32
Octal 356 22 215 0 134 51 7 506 127 62
Binary 11101110 10010 10001101 0 1011100 101001 111 101000110 1010111 110010

Color Harmonies of #EE128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE128D

Black with #EE128D

Text Example


Text Example

White with #EE128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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