Html Css Color HEX #E5608B Dark Pink

📋 copy color: '#E5608B'

red 229 ◦ green 96 ◦ blue 139

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

Shades of Dark Pink #E5608B

Tints of Dark Pink #E5608B

RGB

 RED value IS 229 (89.84% from 255) = 49.35%

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 49.35%
G = 20.69%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5608B (or 0xE5608B) is known color: Dark Pink. HEX triplet: E5, 60 and 8B. RGB value is (229,96,139). Sum of RGB (Red+Green+Blue) = 229+96+139=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5608B is #1A9F74. Grayscale: #8C8C8C. Windows color (decimal): -1744757 or 9134309. OLE color: 9134309.

HSL color Cylindrical-coordinate representation of color #E5608B: hue angle of 340.6º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5608B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 139 -
CMYK 0 0.58 0.39 0.10
HSL 340.6º 0.72% 0.64% -
HSV(B) 340.6º 0.58% 0.9% -
XYZ 41.16 26.89 27.45 -
YUV 140.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 229 96 139 0 0.58 0.39 0.10 340.6 0.72 0.64
Hex E5 60 8B 0 3A 27 A 155 48 40
Octal 345 140 213 0 72 47 12 525 110 100
Binary 11100101 1100000 10001011 0 111010 100111 1010 101010101 1001000 1000000

Color Harmonies of #E5608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5608B

Black with #E5608B

Text Example


Text Example

White with #E5608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5608B; }

 p { color: rgb(229,96,139); }

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

background-color css

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

 a { background-color: rgb(229,96,139); }

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

border-color css

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

 span { border-color: rgb(229,96,139); }

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