Html Css Color HEX #E96589 Deep Blush

📋 copy color: '#E96589'

red 233 ◦ green 101 ◦ blue 137

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

Shades of Deep Blush #E96589

Tints of Deep Blush #E96589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 49.47%
G = 21.44%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E96589 (or 0xE96589) is known color: Deep Blush. HEX triplet: E9, 65 and 89. RGB value is (233,101,137). Sum of RGB (Red+Green+Blue) = 233+101+137=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E96589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96589 is #169A76. Grayscale: #909090. Windows color (decimal): -1481335 or 9004521. OLE color: 9004521.

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

Color convert

RGB 233 101 137 -
CMYK 0 0.57 0.41 0.09
HSL 343.64º 0.75% 0.65% -
HSV(B) 343.64º 0.57% 0.91% -
XYZ 42.77 28.44 26.9 -
YUV 144.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 233 101 137 0 0.57 0.41 0.09 343.64 0.75 0.65
Hex E9 65 89 0 39 29 9 158 4B 41
Octal 351 145 211 0 71 51 11 530 113 101
Binary 11101001 1100101 10001001 0 111001 101001 1001 101011000 1001011 1000001

Color Harmonies of #E96589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96589

Black with #E96589

Text Example


Text Example

White with #E96589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96589; }

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

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

background-color css

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

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

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

border-color css

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

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

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