Html Css Color HEX #E76381 Deep Blush

📋 copy color: '#E76381'

red 231 ◦ green 99 ◦ blue 129

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

Shades of Deep Blush #E76381

Tints of Deep Blush #E76381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.57%

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

R = 50.33%
G = 21.57%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E76381 (or 0xE76381) is known color: Deep Blush. HEX triplet: E7, 63 and 81. RGB value is (231,99,129). Sum of RGB (Red+Green+Blue) = 231+99+129=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E76381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76381 is #189C7E. Grayscale: #8D8D8D. Windows color (decimal): -1612927 or 8479719. OLE color: 8479719.

HSL color Cylindrical-coordinate representation of color #E76381: hue angle of 346.36º 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 #E76381 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 99 129 -
CMYK 0 0.57 0.44 0.09
HSL 346.36º 0.73% 0.65% -
HSV(B) 346.36º 0.57% 0.91% -
XYZ 41.38 27.5 23.9 -
YUV 141.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 231 99 129 0 0.57 0.44 0.09 346.36 0.73 0.65
Hex E7 63 81 0 39 2C 9 15A 49 41
Octal 347 143 201 0 71 54 11 532 111 101
Binary 11100111 1100011 10000001 0 111001 101100 1001 101011010 1001001 1000001

Color Harmonies of #E76381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76381

Black with #E76381

Text Example


Text Example

White with #E76381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76381; }

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

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

background-color css

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

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

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

border-color css

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

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

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