Html Css Color HEX #E96590 Deep Blush

📋 copy color: '#E96590'

red 233 ◦ green 101 ◦ blue 144

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

Shades of Deep Blush #E96590

Tints of Deep Blush #E96590

RGB

 RED value IS 233 (91.41% from 255) = 48.74%

 GREEN value IS 101 (39.84% from 255) = 21.13%

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

R = 48.74%
G = 21.13%
B = 30.13%

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

#E96590 (or 0xE96590) is known color: Deep Blush. HEX triplet: E9, 65 and 90. RGB value is (233,101,144). Sum of RGB (Red+Green+Blue) = 233+101+144=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E96590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96590 is #169A6F. Grayscale: #919191. Windows color (decimal): -1481328 or 9463273. OLE color: 9463273.

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

Color convert

RGB 233 101 144 -
CMYK 0 0.57 0.38 0.09
HSL 340.45º 0.75% 0.65% -
HSV(B) 340.45º 0.57% 0.91% -
XYZ 43.29 28.64 29.63 -
YUV 145.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 233 101 144 0 0.57 0.38 0.09 340.45 0.75 0.65
Hex E9 65 90 0 39 26 9 154 4B 41
Octal 351 145 220 0 71 46 11 524 113 101
Binary 11101001 1100101 10010000 0 111001 100110 1001 101010100 1001011 1000001

Color Harmonies of #E96590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96590

Black with #E96590

Text Example


Text Example

White with #E96590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96590; }

 p { color: rgb(233,101,144); }

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

background-color css

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

 a { background-color: rgb(233,101,144); }

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

border-color css

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

 span { border-color: rgb(233,101,144); }

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