Html Css Color HEX #E05D9B Pale Violet Red

📋 copy color: '#E05D9B'

red 224 ◦ green 93 ◦ blue 155

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

Shades of Pale Violet Red #E05D9B

Tints of Pale Violet Red #E05D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 47.46%
G = 19.7%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E05D9B (or 0xE05D9B) is known color: Pale Violet Red. HEX triplet: E0, 5D and 9B. RGB value is (224,93,155). Sum of RGB (Red+Green+Blue) = 224+93+155=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D9B is #1FA264. Grayscale: #8B8B8B. Windows color (decimal): -2073189 or 10182112. OLE color: 10182112.

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

Color convert

RGB 224 93 155 -
CMYK 0 0.58 0.31 0.12
HSL 331.6º 0.68% 0.62% -
HSV(B) 331.6º 0.58% 0.88% -
XYZ 40.57 26.04 33.9 -
YUV 139.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 224 93 155 0 0.58 0.31 0.12 331.6 0.68 0.62
Hex E0 5D 9B 0 3A 1F C 14C 44 3E
Octal 340 135 233 0 72 37 14 514 104 76
Binary 11100000 1011101 10011011 0 111010 11111 1100 101001100 1000100 111110

Color Harmonies of #E05D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D9B

Black with #E05D9B

Text Example


Text Example

White with #E05D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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