Html Css Color HEX #E85F99 Pale Violet Red

📋 copy color: '#E85F99'

red 232 ◦ green 95 ◦ blue 153

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

Shades of Pale Violet Red #E85F99

Tints of Pale Violet Red #E85F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.79%

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 48.33%
G = 19.79%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E85F99 (or 0xE85F99) is known color: Pale Violet Red. HEX triplet: E8, 5F and 99. RGB value is (232,95,153). Sum of RGB (Red+Green+Blue) = 232+95+153=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F99 is #17A066. Grayscale: #8E8E8E. Windows color (decimal): -1548391 or 10051560. OLE color: 10051560.

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

Color convert

RGB 232 95 153 -
CMYK 0 0.59 0.34 0.09
HSL 334.6º 0.75% 0.64% -
HSV(B) 334.6º 0.59% 0.91% -
XYZ 43.12 27.64 33.2 -
YUV 142.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 232 95 153 0 0.59 0.34 0.09 334.6 0.75 0.64
Hex E8 5F 99 0 3B 22 9 14F 4B 40
Octal 350 137 231 0 73 42 11 517 113 100
Binary 11101000 1011111 10011001 0 111011 100010 1001 101001111 1001011 1000000

Color Harmonies of #E85F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F99

Black with #E85F99

Text Example


Text Example

White with #E85F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F99; }

 p { color: rgb(232,95,153); }

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

background-color css

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

 a { background-color: rgb(232,95,153); }

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

border-color css

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

 span { border-color: rgb(232,95,153); }

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