Html Css Color HEX #E05995 Pale Violet Red

📋 copy color: '#E05995'

red 224 ◦ green 89 ◦ blue 149

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

Shades of Pale Violet Red #E05995

Tints of Pale Violet Red #E05995

RGB

 RED value IS 224 (87.89% from 255) = 48.48%

 GREEN value IS 89 (35.16% from 255) = 19.26%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 48.48%
G = 19.26%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E05995 (or 0xE05995) is known color: Pale Violet Red. HEX triplet: E0, 59 and 95. RGB value is (224,89,149). Sum of RGB (Red+Green+Blue) = 224+89+149=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E05995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05995 is #1FA66A. Grayscale: #888888. Windows color (decimal): -2074219 or 9787872. OLE color: 9787872.

HSL color Cylindrical-coordinate representation of color #E05995: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05995 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 149 -
CMYK 0 0.60 0.33 0.12
HSL 333.33º 0.69% 0.61% -
HSV(B) 333.33º 0.6% 0.88% -
XYZ 39.74 25.16 31.2 -
YUV 136.21 135.23 190.62 -
System Red Green Blue C M Y K H S L
Decimal 224 89 149 0 0.60 0.33 0.12 333.33 0.69 0.61
Hex E0 59 95 0 3C 21 C 14D 45 3D
Octal 340 131 225 0 74 41 14 515 105 75
Binary 11100000 1011001 10010101 0 111100 100001 1100 101001101 1000101 111101

Color Harmonies of #E05995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05995

Black with #E05995

Text Example


Text Example

White with #E05995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05995; }

 p { color: rgb(224,89,149); }

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

background-color css

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

 a { background-color: rgb(224,89,149); }

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

border-color css

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

 span { border-color: rgb(224,89,149); }

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