Html Css Color HEX #E76486 Deep Blush

📋 copy color: '#E76486'

red 231 ◦ green 100 ◦ blue 134

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

Shades of Deep Blush #E76486

Tints of Deep Blush #E76486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

 BLUE value IS 134 (52.73% from 255) = 28.82%

R = 49.68%
G = 21.51%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E76486 (or 0xE76486) is known color: Deep Blush. HEX triplet: E7, 64 and 86. RGB value is (231,100,134). Sum of RGB (Red+Green+Blue) = 231+100+134=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E76486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76486 is #189B79. Grayscale: #8F8F8F. Windows color (decimal): -1612666 or 8807655. OLE color: 8807655.

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

Color convert

RGB 231 100 134 -
CMYK 0 0.57 0.42 0.09
HSL 344.43º 0.73% 0.65% -
HSV(B) 344.43º 0.57% 0.91% -
XYZ 41.82 27.82 25.72 -
YUV 143.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 231 100 134 0 0.57 0.42 0.09 344.43 0.73 0.65
Hex E7 64 86 0 39 2A 9 158 49 41
Octal 347 144 206 0 71 52 11 530 111 101
Binary 11100111 1100100 10000110 0 111001 101010 1001 101011000 1001001 1000001

Color Harmonies of #E76486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76486

Black with #E76486

Text Example


Text Example

White with #E76486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76486; }

 p { color: rgb(231,100,134); }

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

background-color css

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

 a { background-color: rgb(231,100,134); }

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

border-color css

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

 span { border-color: rgb(231,100,134); }

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