Html Css Color HEX #E96895 Pale Violet Red

📋 copy color: '#E96895'

red 233 ◦ green 104 ◦ blue 149

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

Shades of Pale Violet Red #E96895

Tints of Pale Violet Red #E96895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 47.94%
G = 21.4%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96895 (or 0xE96895) is known color: Pale Violet Red. HEX triplet: E9, 68 and 95. RGB value is (233,104,149). Sum of RGB (Red+Green+Blue) = 233+104+149=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E96895 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96895 is #16976A. Grayscale: #939393. Windows color (decimal): -1480555 or 9791721. OLE color: 9791721.

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

Color convert

RGB 233 104 149 -
CMYK 0 0.55 0.36 0.09
HSL 339.07º 0.75% 0.66% -
HSV(B) 339.07º 0.55% 0.91% -
XYZ 43.98 29.39 31.79 -
YUV 147.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 233 104 149 0 0.55 0.36 0.09 339.07 0.75 0.66
Hex E9 68 95 0 37 24 9 153 4B 42
Octal 351 150 225 0 67 44 11 523 113 102
Binary 11101001 1101000 10010101 0 110111 100100 1001 101010011 1001011 1000010

Color Harmonies of #E96895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96895

Black with #E96895

Text Example


Text Example

White with #E96895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96895; }

 p { color: rgb(233,104,149); }

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

background-color css

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

 a { background-color: rgb(233,104,149); }

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

border-color css

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

 span { border-color: rgb(233,104,149); }

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