Html Css Color HEX #E76385 Deep Blush

📋 copy color: '#E76385'

red 231 ◦ green 99 ◦ blue 133

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

Shades of Deep Blush #E76385

Tints of Deep Blush #E76385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 49.89%
G = 21.38%
B = 28.73%

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

#E76385 (or 0xE76385) is known color: Deep Blush. HEX triplet: E7, 63 and 85. RGB value is (231,99,133). Sum of RGB (Red+Green+Blue) = 231+99+133=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E76385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76385 is #189C7A. Grayscale: #8E8E8E. Windows color (decimal): -1612923 or 8741863. OLE color: 8741863.

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

Color convert

RGB 231 99 133 -
CMYK 0 0.57 0.42 0.09
HSL 344.55º 0.73% 0.65% -
HSV(B) 344.55º 0.57% 0.91% -
XYZ 41.65 27.61 25.32 -
YUV 142.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 231 99 133 0 0.57 0.42 0.09 344.55 0.73 0.65
Hex E7 63 85 0 39 2A 9 159 49 41
Octal 347 143 205 0 71 52 11 531 111 101
Binary 11100111 1100011 10000101 0 111001 101010 1001 101011001 1001001 1000001

Color Harmonies of #E76385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76385

Black with #E76385

Text Example


Text Example

White with #E76385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76385; }

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

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

background-color css

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

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

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

border-color css

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

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

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