Html Css Color HEX #E96688 Deep Blush

📋 copy color: '#E96688'

red 233 ◦ green 102 ◦ blue 136

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

Shades of Deep Blush #E96688

Tints of Deep Blush #E96688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.66%

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 49.47%
G = 21.66%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E96688 (or 0xE96688) is known color: Deep Blush. HEX triplet: E9, 66 and 88. RGB value is (233,102,136). Sum of RGB (Red+Green+Blue) = 233+102+136=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E96688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96688 is #169977. Grayscale: #919191. Windows color (decimal): -1481080 or 8939241. OLE color: 8939241.

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

Color convert

RGB 233 102 136 -
CMYK 0 0.56 0.42 0.09
HSL 344.43º 0.75% 0.66% -
HSV(B) 344.43º 0.56% 0.91% -
XYZ 42.8 28.6 26.56 -
YUV 145.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 233 102 136 0 0.56 0.42 0.09 344.43 0.75 0.66
Hex E9 66 88 0 38 2A 9 158 4B 42
Octal 351 146 210 0 70 52 11 530 113 102
Binary 11101001 1100110 10001000 0 111000 101010 1001 101011000 1001011 1000010

Color Harmonies of #E96688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96688

Black with #E96688

Text Example


Text Example

White with #E96688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96688; }

 p { color: rgb(233,102,136); }

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

background-color css

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

 a { background-color: rgb(233,102,136); }

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

border-color css

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

 span { border-color: rgb(233,102,136); }

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