Html Css Color HEX #E96595 Pale Violet Red

📋 copy color: '#E96595'

red 233 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #E96595

Tints of Pale Violet Red #E96595

RGB

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

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

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

R = 48.24%
G = 20.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96595 (or 0xE96595) is known color: Pale Violet Red. HEX triplet: E9, 65 and 95. RGB value is (233,101,149). Sum of RGB (Red+Green+Blue) = 233+101+149=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E96595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96595 is #169A6A. Grayscale: #919191. Windows color (decimal): -1481323 or 9790953. OLE color: 9790953.

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

Color convert

RGB 233 101 149 -
CMYK 0 0.57 0.36 0.09
HSL 338.18º 0.75% 0.65% -
HSV(B) 338.18º 0.57% 0.91% -
XYZ 43.68 28.8 31.69 -
YUV 145.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 233 101 149 0 0.57 0.36 0.09 338.18 0.75 0.65
Hex E9 65 95 0 39 24 9 152 4B 41
Octal 351 145 225 0 71 44 11 522 113 101
Binary 11101001 1100101 10010101 0 111001 100100 1001 101010010 1001011 1000001

Color Harmonies of #E96595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96595

Black with #E96595

Text Example


Text Example

White with #E96595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96595; }

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

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

background-color css

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

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

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

border-color css

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

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

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