Html Css Color HEX #E5608A Dark Pink

📋 copy color: '#E5608A'

red 229 ◦ green 96 ◦ blue 138

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

Shades of Dark Pink #E5608A

Tints of Dark Pink #E5608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 49.46%
G = 20.73%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5608A (or 0xE5608A) is known color: Dark Pink. HEX triplet: E5, 60 and 8A. RGB value is (229,96,138). Sum of RGB (Red+Green+Blue) = 229+96+138=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E5608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5608A is #1A9F75. Grayscale: #8C8C8C. Windows color (decimal): -1744758 or 9068773. OLE color: 9068773.

HSL color Cylindrical-coordinate representation of color #E5608A: hue angle of 341.05º 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 #E5608A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 138 -
CMYK 0 0.58 0.40 0.10
HSL 341.05º 0.72% 0.64% -
HSV(B) 341.05º 0.58% 0.9% -
XYZ 41.08 26.86 27.06 -
YUV 140.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 229 96 138 0 0.58 0.40 0.10 341.05 0.72 0.64
Hex E5 60 8A 0 3A 28 A 155 48 40
Octal 345 140 212 0 72 50 12 525 110 100
Binary 11100101 1100000 10001010 0 111010 101000 1010 101010101 1001000 1000000

Color Harmonies of #E5608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5608A

Black with #E5608A

Text Example


Text Example

White with #E5608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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