Html Css Color HEX #E85C96 Pale Violet Red

📋 copy color: '#E85C96'

red 232 ◦ green 92 ◦ blue 150

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

Shades of Pale Violet Red #E85C96

Tints of Pale Violet Red #E85C96

RGB

 RED value IS 232 (91.02% from 255) = 48.95%

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 48.95%
G = 19.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E85C96 (or 0xE85C96) is known color: Pale Violet Red. HEX triplet: E8, 5C and 96. RGB value is (232,92,150). Sum of RGB (Red+Green+Blue) = 232+92+150=474 (62% of max value = 765). Red value is 232 (91.02% from 255 or 48.95% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C96 is #17A369. Grayscale: #8C8C8C. Windows color (decimal): -1549162 or 9854184. OLE color: 9854184.

HSL color Cylindrical-coordinate representation of color #E85C96: hue angle of 335.14º degrees, saturation: 0.75, 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 #E85C96 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 92 150 -
CMYK 0 0.60 0.35 0.09
HSL 335.14º 0.75% 0.64% -
HSV(B) 335.14º 0.6% 0.91% -
XYZ 42.61 27.01 31.82 -
YUV 140.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 232 92 150 0 0.60 0.35 0.09 335.14 0.75 0.64
Hex E8 5C 96 0 3C 23 9 14F 4B 40
Octal 350 134 226 0 74 43 11 517 113 100
Binary 11101000 1011100 10010110 0 111100 100011 1001 101001111 1001011 1000000

Color Harmonies of #E85C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C96

Black with #E85C96

Text Example


Text Example

White with #E85C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C96; }

 p { color: rgb(232,92,150); }

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

background-color css

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

 a { background-color: rgb(232,92,150); }

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

border-color css

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

 span { border-color: rgb(232,92,150); }

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