Html Css Color HEX #E05C9E Pale Violet Red

📋 copy color: '#E05C9E'

red 224 ◦ green 92 ◦ blue 158

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

Shades of Pale Violet Red #E05C9E

Tints of Pale Violet Red #E05C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

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

R = 47.26%
G = 19.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E05C9E (or 0xE05C9E) is known color: Pale Violet Red. HEX triplet: E0, 5C and 9E. RGB value is (224,92,158). Sum of RGB (Red+Green+Blue) = 224+92+158=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C9E is #1FA361. Grayscale: #8A8A8A. Windows color (decimal): -2073442 or 10378464. OLE color: 10378464.

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

Color convert

RGB 224 92 158 -
CMYK 0 0.59 0.29 0.12
HSL 330º 0.68% 0.62% -
HSV(B) 330º 0.59% 0.88% -
XYZ 40.74 25.97 35.21 -
YUV 138.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 224 92 158 0 0.59 0.29 0.12 330 0.68 0.62
Hex E0 5C 9E 0 3B 1D C 14A 44 3E
Octal 340 134 236 0 73 35 14 512 104 76
Binary 11100000 1011100 10011110 0 111011 11101 1100 101001010 1000100 111110

Color Harmonies of #E05C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C9E

Black with #E05C9E

Text Example


Text Example

White with #E05C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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