Html Css Color HEX #E76781 Deep Blush

📋 copy color: '#E76781'

red 231 ◦ green 103 ◦ blue 129

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

Shades of Deep Blush #E76781

Tints of Deep Blush #E76781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.25%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 49.89%
G = 22.25%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76781 (or 0xE76781) is known color: Deep Blush. HEX triplet: E7, 67 and 81. RGB value is (231,103,129). Sum of RGB (Red+Green+Blue) = 231+103+129=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76781 is #18987E. Grayscale: #909090. Windows color (decimal): -1611903 or 8480743. OLE color: 8480743.

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

Color convert

RGB 231 103 129 -
CMYK 0 0.55 0.44 0.09
HSL 347.81º 0.73% 0.65% -
HSV(B) 347.81º 0.55% 0.91% -
XYZ 41.77 28.27 24.02 -
YUV 144.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 231 103 129 0 0.55 0.44 0.09 347.81 0.73 0.65
Hex E7 67 81 0 37 2C 9 15C 49 41
Octal 347 147 201 0 67 54 11 534 111 101
Binary 11100111 1100111 10000001 0 110111 101100 1001 101011100 1001001 1000001

Color Harmonies of #E76781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76781

Black with #E76781

Text Example


Text Example

White with #E76781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76781; }

 p { color: rgb(231,103,129); }

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

background-color css

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

 a { background-color: rgb(231,103,129); }

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

border-color css

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

 span { border-color: rgb(231,103,129); }

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