Html Css Color HEX #E05D93 Pale Violet Red

📋 copy color: '#E05D93'

red 224 ◦ green 93 ◦ blue 147

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

Shades of Pale Violet Red #E05D93

Tints of Pale Violet Red #E05D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.04%

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 48.28%
G = 20.04%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05D93 (or 0xE05D93) is known color: Pale Violet Red. HEX triplet: E0, 5D and 93. RGB value is (224,93,147). Sum of RGB (Red+Green+Blue) = 224+93+147=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D93 is #1FA26C. Grayscale: #8A8A8A. Windows color (decimal): -2073197 or 9657824. OLE color: 9657824.

HSL color Cylindrical-coordinate representation of color #E05D93: hue angle of 335.27º 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 #E05D93 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 147 -
CMYK 0 0.58 0.34 0.12
HSL 335.27º 0.68% 0.62% -
HSV(B) 335.27º 0.58% 0.88% -
XYZ 39.92 25.78 30.48 -
YUV 138.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 224 93 147 0 0.58 0.34 0.12 335.27 0.68 0.62
Hex E0 5D 93 0 3A 22 C 14F 44 3E
Octal 340 135 223 0 72 42 14 517 104 76
Binary 11100000 1011101 10010011 0 111010 100010 1100 101001111 1000100 111110

Color Harmonies of #E05D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D93

Black with #E05D93

Text Example


Text Example

White with #E05D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D93; }

 p { color: rgb(224,93,147); }

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

background-color css

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

 a { background-color: rgb(224,93,147); }

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

border-color css

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

 span { border-color: rgb(224,93,147); }

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