Html Css Color HEX #E96493 Deep Blush

📋 copy color: '#E96493'

red 233 ◦ green 100 ◦ blue 147

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

Shades of Deep Blush #E96493

Tints of Deep Blush #E96493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.63%

R = 48.54%
G = 20.83%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E96493 (or 0xE96493) is known color: Deep Blush. HEX triplet: E9, 64 and 93. RGB value is (233,100,147). Sum of RGB (Red+Green+Blue) = 233+100+147=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E96493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96493 is #169B6C. Grayscale: #919191. Windows color (decimal): -1481581 or 9659625. OLE color: 9659625.

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

Color convert

RGB 233 100 147 -
CMYK 0 0.57 0.37 0.09
HSL 338.8º 0.75% 0.65% -
HSV(B) 338.8º 0.57% 0.91% -
XYZ 43.43 28.54 30.82 -
YUV 145.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 233 100 147 0 0.57 0.37 0.09 338.8 0.75 0.65
Hex E9 64 93 0 39 25 9 153 4B 41
Octal 351 144 223 0 71 45 11 523 113 101
Binary 11101001 1100100 10010011 0 111001 100101 1001 101010011 1001011 1000001

Color Harmonies of #E96493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96493

Black with #E96493

Text Example


Text Example

White with #E96493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96493; }

 p { color: rgb(233,100,147); }

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

background-color css

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

 a { background-color: rgb(233,100,147); }

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

border-color css

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

 span { border-color: rgb(233,100,147); }

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