Html Css Color HEX #E5607E Dark Pink

📋 copy color: '#E5607E'

red 229 ◦ green 96 ◦ blue 126

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

Shades of Dark Pink #E5607E

Tints of Dark Pink #E5607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 50.78%
G = 21.29%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5607E (or 0xE5607E) is known color: Dark Pink. HEX triplet: E5, 60 and 7E. RGB value is (229,96,126). Sum of RGB (Red+Green+Blue) = 229+96+126=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607E is #1A9F81. Grayscale: #8B8B8B. Windows color (decimal): -1744770 or 8282341. OLE color: 8282341.

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

Color convert

RGB 229 96 126 -
CMYK 0 0.58 0.45 0.10
HSL 346.47º 0.72% 0.64% -
HSV(B) 346.47º 0.58% 0.9% -
XYZ 40.26 26.53 22.74 -
YUV 139.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 229 96 126 0 0.58 0.45 0.10 346.47 0.72 0.64
Hex E5 60 7E 0 3A 2D A 15A 48 40
Octal 345 140 176 0 72 55 12 532 110 100
Binary 11100101 1100000 1111110 0 111010 101101 1010 101011010 1001000 1000000

Color Harmonies of #E5607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5607E

Black with #E5607E

Text Example


Text Example

White with #E5607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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