Html Css Color HEX #EE088D Deep Pink

📋 copy color: '#EE088D'

red 238 ◦ green 8 ◦ blue 141

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

Shades of Deep Pink #EE088D

Tints of Deep Pink #EE088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 61.5%
G = 2.07%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE088D (or 0xEE088D) is known color: Deep Pink. HEX triplet: EE, 08 and 8D. RGB value is (238,8,141). Sum of RGB (Red+Green+Blue) = 238+8+141=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE088D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE088D is #11F772. Grayscale: #5B5B5B. Windows color (decimal): -1177459 or 9242862. OLE color: 9242862.

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

Color convert

RGB 238 8 141 -
CMYK 0 0.97 0.41 0.07
HSL 325.3º 0.93% 0.48% -
HSV(B) 325.3º 0.97% 0.93% -
XYZ 40.15 20.27 27 -
YUV 91.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 238 8 141 0 0.97 0.41 0.07 325.3 0.93 0.48
Hex EE 8 8D 0 61 29 7 145 5D 30
Octal 356 10 215 0 141 51 7 505 135 60
Binary 11101110 1000 10001101 0 1100001 101001 111 101000101 1011101 110000

Color Harmonies of #EE088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE088D

Black with #EE088D

Text Example


Text Example

White with #EE088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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