Html Css Color HEX #E96695 Pale Violet Red

📋 copy color: '#E96695'

red 233 ◦ green 102 ◦ blue 149

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

Shades of Pale Violet Red #E96695

Tints of Pale Violet Red #E96695

RGB

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

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

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

R = 48.14%
G = 21.07%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E96695 (or 0xE96695) is known color: Pale Violet Red. HEX triplet: E9, 66 and 95. RGB value is (233,102,149). Sum of RGB (Red+Green+Blue) = 233+102+149=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E96695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96695 is #16996A. Grayscale: #929292. Windows color (decimal): -1481067 or 9791209. OLE color: 9791209.

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

Color convert

RGB 233 102 149 -
CMYK 0 0.56 0.36 0.09
HSL 338.47º 0.75% 0.66% -
HSV(B) 338.47º 0.56% 0.91% -
XYZ 43.78 29 31.72 -
YUV 146.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 233 102 149 0 0.56 0.36 0.09 338.47 0.75 0.66
Hex E9 66 95 0 38 24 9 152 4B 42
Octal 351 146 225 0 70 44 11 522 113 102
Binary 11101001 1100110 10010101 0 111000 100100 1001 101010010 1001011 1000010

Color Harmonies of #E96695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96695

Black with #E96695

Text Example


Text Example

White with #E96695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96695; }

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

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

background-color css

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

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

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

border-color css

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

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

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