Html Css Color HEX #E76891 Deep Blush

📋 copy color: '#E76891'

red 231 ◦ green 104 ◦ blue 145

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

Shades of Deep Blush #E76891

Tints of Deep Blush #E76891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 48.13%
G = 21.67%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E76891 (or 0xE76891) is known color: Deep Blush. HEX triplet: E7, 68 and 91. RGB value is (231,104,145). Sum of RGB (Red+Green+Blue) = 231+104+145=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E76891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76891 is #18976E. Grayscale: #929292. Windows color (decimal): -1611631 or 9529575. OLE color: 9529575.

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

Color convert

RGB 231 104 145 -
CMYK 0 0.55 0.37 0.09
HSL 340.63º 0.73% 0.66% -
HSV(B) 340.63º 0.55% 0.91% -
XYZ 43.02 28.93 30.11 -
YUV 146.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 231 104 145 0 0.55 0.37 0.09 340.63 0.73 0.66
Hex E7 68 91 0 37 25 9 155 49 42
Octal 347 150 221 0 67 45 11 525 111 102
Binary 11100111 1101000 10010001 0 110111 100101 1001 101010101 1001001 1000010

Color Harmonies of #E76891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76891

Black with #E76891

Text Example


Text Example

White with #E76891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76891; }

 p { color: rgb(231,104,145); }

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

background-color css

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

 a { background-color: rgb(231,104,145); }

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

border-color css

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

 span { border-color: rgb(231,104,145); }

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