Html Css Color HEX #E05E9E Pale Violet Red

📋 copy color: '#E05E9E'

red 224 ◦ green 94 ◦ blue 158

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

Shades of Pale Violet Red #E05E9E

Tints of Pale Violet Red #E05E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 47.06%
G = 19.75%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E05E9E (or 0xE05E9E) is known color: Pale Violet Red. HEX triplet: E0, 5E and 9E. RGB value is (224,94,158). Sum of RGB (Red+Green+Blue) = 224+94+158=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05E9E is #1FA161. Grayscale: #8C8C8C. Windows color (decimal): -2072930 or 10378976. OLE color: 10378976.

HSL color Cylindrical-coordinate representation of color #E05E9E: hue angle of 330.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E9E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 158 -
CMYK 0 0.58 0.29 0.12
HSL 330.46º 0.68% 0.62% -
HSV(B) 330.46º 0.58% 0.88% -
XYZ 40.91 26.32 35.27 -
YUV 140.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 224 94 158 0 0.58 0.29 0.12 330.46 0.68 0.62
Hex E0 5E 9E 0 3A 1D C 14A 44 3E
Octal 340 136 236 0 72 35 14 512 104 76
Binary 11100000 1011110 10011110 0 111010 11101 1100 101001010 1000100 111110

Color Harmonies of #E05E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E9E

Black with #E05E9E

Text Example


Text Example

White with #E05E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E9E; }

 p { color: rgb(224,94,158); }

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

background-color css

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

 a { background-color: rgb(224,94,158); }

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

border-color css

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

 span { border-color: rgb(224,94,158); }

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