Html Css Color HEX #E95C97 Pale Violet Red

📋 copy color: '#E95C97'

red 233 ◦ green 92 ◦ blue 151

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

Shades of Pale Violet Red #E95C97

Tints of Pale Violet Red #E95C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.33%

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 48.95%
G = 19.33%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E95C97 (or 0xE95C97) is known color: Pale Violet Red. HEX triplet: E9, 5C and 97. RGB value is (233,92,151). Sum of RGB (Red+Green+Blue) = 233+92+151=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C97 is #16A368. Grayscale: #8C8C8C. Windows color (decimal): -1483625 or 9919721. OLE color: 9919721.

HSL color Cylindrical-coordinate representation of color #E95C97: hue angle of 334.89º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C97 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 92 151 -
CMYK 0 0.61 0.35 0.09
HSL 334.89º 0.76% 0.64% -
HSV(B) 334.89º 0.61% 0.91% -
XYZ 43.02 27.21 32.26 -
YUV 140.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 233 92 151 0 0.61 0.35 0.09 334.89 0.76 0.64
Hex E9 5C 97 0 3D 23 9 14F 4C 40
Octal 351 134 227 0 75 43 11 517 114 100
Binary 11101001 1011100 10010111 0 111101 100011 1001 101001111 1001100 1000000

Color Harmonies of #E95C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C97

Black with #E95C97

Text Example


Text Example

White with #E95C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C97; }

 p { color: rgb(233,92,151); }

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

background-color css

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

 a { background-color: rgb(233,92,151); }

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

border-color css

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

 span { border-color: rgb(233,92,151); }

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