Html Css Color HEX #E76483 Deep Blush

📋 copy color: '#E76483'

red 231 ◦ green 100 ◦ blue 131

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

Shades of Deep Blush #E76483

Tints of Deep Blush #E76483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 50%
G = 21.65%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E76483 (or 0xE76483) is known color: Deep Blush. HEX triplet: E7, 64 and 83. RGB value is (231,100,131). Sum of RGB (Red+Green+Blue) = 231+100+131=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E76483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76483 is #189B7C. Grayscale: #8E8E8E. Windows color (decimal): -1612669 or 8611047. OLE color: 8611047.

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

Color convert

RGB 231 100 131 -
CMYK 0 0.57 0.43 0.09
HSL 345.8º 0.73% 0.65% -
HSV(B) 345.8º 0.57% 0.91% -
XYZ 41.61 27.74 24.63 -
YUV 142.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 231 100 131 0 0.57 0.43 0.09 345.8 0.73 0.65
Hex E7 64 83 0 39 2B 9 15A 49 41
Octal 347 144 203 0 71 53 11 532 111 101
Binary 11100111 1100100 10000011 0 111001 101011 1001 101011010 1001001 1000001

Color Harmonies of #E76483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76483

Black with #E76483

Text Example


Text Example

White with #E76483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76483; }

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

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

background-color css

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

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

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

border-color css

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

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

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