Html Css Color HEX #E05D9F Pale Violet Red

📋 copy color: '#E05D9F'

red 224 ◦ green 93 ◦ blue 159

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

Shades of Pale Violet Red #E05D9F

Tints of Pale Violet Red #E05D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.4%

R = 47.06%
G = 19.54%
B = 33.4%

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

#E05D9F (or 0xE05D9F) is known color: Pale Violet Red. HEX triplet: E0, 5D and 9F. RGB value is (224,93,159). Sum of RGB (Red+Green+Blue) = 224+93+159=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D9F is #1FA260. Grayscale: #8B8B8B. Windows color (decimal): -2073185 or 10444256. OLE color: 10444256.

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

Color convert

RGB 224 93 159 -
CMYK 0 0.58 0.29 0.12
HSL 329.77º 0.68% 0.62% -
HSV(B) 329.77º 0.58% 0.88% -
XYZ 40.91 26.18 35.7 -
YUV 139.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 224 93 159 0 0.58 0.29 0.12 329.77 0.68 0.62
Hex E0 5D 9F 0 3A 1D C 14A 44 3E
Octal 340 135 237 0 72 35 14 512 104 76
Binary 11100000 1011101 10011111 0 111010 11101 1100 101001010 1000100 111110

Color Harmonies of #E05D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D9F

Black with #E05D9F

Text Example


Text Example

White with #E05D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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