Html Css Color HEX #E76088 Dark Pink

📋 copy color: '#E76088'

red 231 ◦ green 96 ◦ blue 136

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

Shades of Dark Pink #E76088

Tints of Dark Pink #E76088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.37%

R = 49.89%
G = 20.73%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E76088 (or 0xE76088) is known color: Dark Pink. HEX triplet: E7, 60 and 88. RGB value is (231,96,136). Sum of RGB (Red+Green+Blue) = 231+96+136=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76088 is #189F77. Grayscale: #8C8C8C. Windows color (decimal): -1613688 or 8937703. OLE color: 8937703.

HSL color Cylindrical-coordinate representation of color #E76088: hue angle of 342.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76088 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 136 -
CMYK 0 0.58 0.41 0.09
HSL 342.22º 0.74% 0.64% -
HSV(B) 342.22º 0.58% 0.91% -
XYZ 41.58 27.13 26.34 -
YUV 140.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 231 96 136 0 0.58 0.41 0.09 342.22 0.74 0.64
Hex E7 60 88 0 3A 29 9 156 4A 40
Octal 347 140 210 0 72 51 11 526 112 100
Binary 11100111 1100000 10001000 0 111010 101001 1001 101010110 1001010 1000000

Color Harmonies of #E76088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76088

Black with #E76088

Text Example


Text Example

White with #E76088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76088; }

 p { color: rgb(231,96,136); }

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

background-color css

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

 a { background-color: rgb(231,96,136); }

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

border-color css

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

 span { border-color: rgb(231,96,136); }

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