Html Css Color HEX #E76490 Deep Blush

📋 copy color: '#E76490'

red 231 ◦ green 100 ◦ blue 144

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

Shades of Deep Blush #E76490

Tints of Deep Blush #E76490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 48.63%
G = 21.05%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E76490 (or 0xE76490) is known color: Deep Blush. HEX triplet: E7, 64 and 90. RGB value is (231,100,144). Sum of RGB (Red+Green+Blue) = 231+100+144=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E76490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76490 is #189B6F. Grayscale: #909090. Windows color (decimal): -1612656 or 9463015. OLE color: 9463015.

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

Color convert

RGB 231 100 144 -
CMYK 0 0.57 0.38 0.09
HSL 339.85º 0.73% 0.65% -
HSV(B) 339.85º 0.57% 0.91% -
XYZ 42.55 28.12 29.57 -
YUV 144.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 231 100 144 0 0.57 0.38 0.09 339.85 0.73 0.65
Hex E7 64 90 0 39 26 9 154 49 41
Octal 347 144 220 0 71 46 11 524 111 101
Binary 11100111 1100100 10010000 0 111001 100110 1001 101010100 1001001 1000001

Color Harmonies of #E76490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76490

Black with #E76490

Text Example


Text Example

White with #E76490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76490; }

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

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

background-color css

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

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

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

border-color css

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

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

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