Html Css Color HEX #E75577 Dark Pink

📋 copy color: '#E75577'

red 231 ◦ green 85 ◦ blue 119

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

Shades of Dark Pink #E75577

Tints of Dark Pink #E75577

RGB

 RED value IS 231 (90.63% from 255) = 53.1%

 GREEN value IS 85 (33.59% from 255) = 19.54%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 53.1%
G = 19.54%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75577 (or 0xE75577) is known color: Dark Pink. HEX triplet: E7, 55 and 77. RGB value is (231,85,119). Sum of RGB (Red+Green+Blue) = 231+85+119=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E75577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75577 is #18AA88. Grayscale: #848484. Windows color (decimal): -1616521 or 7820775. OLE color: 7820775.

HSL color Cylindrical-coordinate representation of color #E75577: hue angle of 346.03º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75577 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 119 -
CMYK 0 0.63 0.48 0.09
HSL 346.03º 0.75% 0.62% -
HSV(B) 346.03º 0.63% 0.91% -
XYZ 39.53 24.82 20.16 -
YUV 132.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 231 85 119 0 0.63 0.48 0.09 346.03 0.75 0.62
Hex E7 55 77 0 3F 30 9 15A 4B 3E
Octal 347 125 167 0 77 60 11 532 113 76
Binary 11100111 1010101 1110111 0 111111 110000 1001 101011010 1001011 111110

Color Harmonies of #E75577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75577

Black with #E75577

Text Example


Text Example

White with #E75577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75577; }

 p { color: rgb(231,85,119); }

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

background-color css

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

 a { background-color: rgb(231,85,119); }

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

border-color css

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

 span { border-color: rgb(231,85,119); }

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