Html Css Color HEX #E96F9A Pale Violet Red

📋 copy color: '#E96F9A'

red 233 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #E96F9A

Tints of Pale Violet Red #E96F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

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

R = 46.79%
G = 22.29%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E96F9A (or 0xE96F9A) is known color: Pale Violet Red. HEX triplet: E9, 6F and 9A. RGB value is (233,111,154). Sum of RGB (Red+Green+Blue) = 233+111+154=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96F9A is #169065. Grayscale: #989898. Windows color (decimal): -1478758 or 10121193. OLE color: 10121193.

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

Color convert

RGB 233 111 154 -
CMYK 0 0.52 0.34 0.09
HSL 338.85º 0.73% 0.67% -
HSV(B) 338.85º 0.52% 0.91% -
XYZ 45.12 31.03 34.18 -
YUV 152.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 233 111 154 0 0.52 0.34 0.09 338.85 0.73 0.67
Hex E9 6F 9A 0 34 22 9 153 49 43
Octal 351 157 232 0 64 42 11 523 111 103
Binary 11101001 1101111 10011010 0 110100 100010 1001 101010011 1001001 1000011

Color Harmonies of #E96F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96F9A

Black with #E96F9A

Text Example


Text Example

White with #E96F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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