Html Css Color HEX #E96289 Deep Blush

📋 copy color: '#E96289'

red 233 ◦ green 98 ◦ blue 137

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

Shades of Deep Blush #E96289

Tints of Deep Blush #E96289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.94%

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

R = 49.79%
G = 20.94%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E96289 (or 0xE96289) is known color: Deep Blush. HEX triplet: E9, 62 and 89. RGB value is (233,98,137). Sum of RGB (Red+Green+Blue) = 233+98+137=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E96289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96289 is #169D76. Grayscale: #8E8E8E. Windows color (decimal): -1482103 or 9003753. OLE color: 9003753.

HSL color Cylindrical-coordinate representation of color #E96289: hue angle of 342.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96289 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 98 137 -
CMYK 0 0.58 0.41 0.09
HSL 342.67º 0.75% 0.65% -
HSV(B) 342.67º 0.58% 0.91% -
XYZ 42.49 27.87 26.81 -
YUV 142.81 124.73 192.33 -
System Red Green Blue C M Y K H S L
Decimal 233 98 137 0 0.58 0.41 0.09 342.67 0.75 0.65
Hex E9 62 89 0 3A 29 9 157 4B 41
Octal 351 142 211 0 72 51 11 527 113 101
Binary 11101001 1100010 10001001 0 111010 101001 1001 101010111 1001011 1000001

Color Harmonies of #E96289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96289

Black with #E96289

Text Example


Text Example

White with #E96289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96289; }

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

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

background-color css

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

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

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

border-color css

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

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

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