Html Css Color HEX #E75677 Dark Pink

📋 copy color: '#E75677'

red 231 ◦ green 86 ◦ blue 119

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

Shades of Dark Pink #E75677

Tints of Dark Pink #E75677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.72%

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

R = 52.98%
G = 19.72%
B = 27.29%

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

#E75677 (or 0xE75677) is known color: Dark Pink. HEX triplet: E7, 56 and 77. RGB value is (231,86,119). Sum of RGB (Red+Green+Blue) = 231+86+119=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E75677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75677 is #18A988. Grayscale: #858585. Windows color (decimal): -1616265 or 7821031. OLE color: 7821031.

HSL color Cylindrical-coordinate representation of color #E75677: hue angle of 346.34º 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 #E75677 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 119 -
CMYK 0 0.63 0.48 0.09
HSL 346.34º 0.75% 0.62% -
HSV(B) 346.34º 0.63% 0.91% -
XYZ 39.61 24.98 20.19 -
YUV 133.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 231 86 119 0 0.63 0.48 0.09 346.34 0.75 0.62
Hex E7 56 77 0 3F 30 9 15A 4B 3E
Octal 347 126 167 0 77 60 11 532 113 76
Binary 11100111 1010110 1110111 0 111111 110000 1001 101011010 1001011 111110

Color Harmonies of #E75677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75677

Black with #E75677

Text Example


Text Example

White with #E75677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75677; }

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

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

background-color css

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

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

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

border-color css

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

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

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