Html Css Color HEX #E96B9A Pale Violet Red

📋 copy color: '#E96B9A'

red 233 ◦ green 107 ◦ blue 154

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

Shades of Pale Violet Red #E96B9A

Tints of Pale Violet Red #E96B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 47.17%
G = 21.66%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E96B9A (or 0xE96B9A) is known color: Pale Violet Red. HEX triplet: E9, 6B and 9A. RGB value is (233,107,154). Sum of RGB (Red+Green+Blue) = 233+107+154=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96B9A is #169465. Grayscale: #959595. Windows color (decimal): -1479782 or 10120169. OLE color: 10120169.

HSL color Cylindrical-coordinate representation of color #E96B9A: hue angle of 337.62º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96B9A is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 154 -
CMYK 0 0.54 0.34 0.09
HSL 337.62º 0.74% 0.67% -
HSV(B) 337.62º 0.54% 0.91% -
XYZ 44.69 30.17 34.04 -
YUV 150.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 233 107 154 0 0.54 0.34 0.09 337.62 0.74 0.67
Hex E9 6B 9A 0 36 22 9 152 4A 43
Octal 351 153 232 0 66 42 11 522 112 103
Binary 11101001 1101011 10011010 0 110110 100010 1001 101010010 1001010 1000011

Color Harmonies of #E96B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B9A

Black with #E96B9A

Text Example


Text Example

White with #E96B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B9A; }

 p { color: rgb(233,107,154); }

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

background-color css

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

 a { background-color: rgb(233,107,154); }

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

border-color css

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

 span { border-color: rgb(233,107,154); }

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