Html Css Color HEX #E76688 Deep Blush

📋 copy color: '#E76688'

red 231 ◦ green 102 ◦ blue 136

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

Shades of Deep Blush #E76688

Tints of Deep Blush #E76688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.75%

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

R = 49.25%
G = 21.75%
B = 29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E76688 (or 0xE76688) is known color: Deep Blush. HEX triplet: E7, 66 and 88. RGB value is (231,102,136). Sum of RGB (Red+Green+Blue) = 231+102+136=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E76688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76688 is #189977. Grayscale: #909090. Windows color (decimal): -1612152 or 8939239. OLE color: 8939239.

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

Color convert

RGB 231 102 136 -
CMYK 0 0.56 0.41 0.09
HSL 344.19º 0.73% 0.65% -
HSV(B) 344.19º 0.56% 0.91% -
XYZ 42.15 28.27 26.53 -
YUV 144.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 231 102 136 0 0.56 0.41 0.09 344.19 0.73 0.65
Hex E7 66 88 0 38 29 9 158 49 41
Octal 347 146 210 0 70 51 11 530 111 101
Binary 11100111 1100110 10001000 0 111000 101001 1001 101011000 1001001 1000001

Color Harmonies of #E76688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76688

Black with #E76688

Text Example


Text Example

White with #E76688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76688; }

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

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

background-color css

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

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

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

border-color css

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

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

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