Html Css Color HEX #E95E9A Pale Violet Red

📋 copy color: '#E95E9A'

red 233 ◦ green 94 ◦ blue 154

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

Shades of Pale Violet Red #E95E9A

Tints of Pale Violet Red #E95E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

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

R = 48.44%
G = 19.54%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E95E9A (or 0xE95E9A) is known color: Pale Violet Red. HEX triplet: E9, 5E and 9A. RGB value is (233,94,154). Sum of RGB (Red+Green+Blue) = 233+94+154=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95E9A is #16A165. Grayscale: #8E8E8E. Windows color (decimal): -1483110 or 10116841. OLE color: 10116841.

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

Color convert

RGB 233 94 154 -
CMYK 0 0.60 0.34 0.09
HSL 334.1º 0.76% 0.64% -
HSV(B) 334.1º 0.6% 0.91% -
XYZ 43.44 27.66 33.62 -
YUV 142.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 233 94 154 0 0.60 0.34 0.09 334.1 0.76 0.64
Hex E9 5E 9A 0 3C 22 9 14E 4C 40
Octal 351 136 232 0 74 42 11 516 114 100
Binary 11101001 1011110 10011010 0 111100 100010 1001 101001110 1001100 1000000

Color Harmonies of #E95E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95E9A

Black with #E95E9A

Text Example


Text Example

White with #E95E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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