Html Css Color HEX #EE588B Dark Pink

📋 copy color: '#EE588B'

red 238 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #EE588B

Tints of Dark Pink #EE588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 51.18%
G = 18.92%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE588B (or 0xEE588B) is known color: Dark Pink. HEX triplet: EE, 58 and 8B. RGB value is (238,88,139). Sum of RGB (Red+Green+Blue) = 238+88+139=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE588B is #11A774. Grayscale: #8A8A8A. Windows color (decimal): -1156981 or 9132270. OLE color: 9132270.

HSL color Cylindrical-coordinate representation of color #EE588B: hue angle of 339.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE588B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 88 139 -
CMYK 0 0.63 0.42 0.07
HSL 339.6º 0.82% 0.64% -
HSV(B) 339.6º 0.63% 0.93% -
XYZ 43.41 27.02 27.35 -
YUV 138.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 238 88 139 0 0.63 0.42 0.07 339.6 0.82 0.64
Hex EE 58 8B 0 3F 2A 7 154 52 40
Octal 356 130 213 0 77 52 7 524 122 100
Binary 11101110 1011000 10001011 0 111111 101010 111 101010100 1010010 1000000

Color Harmonies of #EE588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE588B

Black with #EE588B

Text Example


Text Example

White with #EE588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE588B; }

 p { color: rgb(238,88,139); }

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

background-color css

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

 a { background-color: rgb(238,88,139); }

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

border-color css

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

 span { border-color: rgb(238,88,139); }

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