Html Css Color HEX #E05C9A Pale Violet Red

📋 copy color: '#E05C9A'

red 224 ◦ green 92 ◦ blue 154

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

Shades of Pale Violet Red #E05C9A

Tints of Pale Violet Red #E05C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 47.66%
G = 19.57%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E05C9A (or 0xE05C9A) is known color: Pale Violet Red. HEX triplet: E0, 5C and 9A. RGB value is (224,92,154). Sum of RGB (Red+Green+Blue) = 224+92+154=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C9A is #1FA365. Grayscale: #8A8A8A. Windows color (decimal): -2073446 or 10116320. OLE color: 10116320.

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

Color convert

RGB 224 92 154 -
CMYK 0 0.59 0.31 0.12
HSL 331.82º 0.68% 0.62% -
HSV(B) 331.82º 0.59% 0.88% -
XYZ 40.4 25.83 33.43 -
YUV 138.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 224 92 154 0 0.59 0.31 0.12 331.82 0.68 0.62
Hex E0 5C 9A 0 3B 1F C 14C 44 3E
Octal 340 134 232 0 73 37 14 514 104 76
Binary 11100000 1011100 10011010 0 111011 11111 1100 101001100 1000100 111110

Color Harmonies of #E05C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C9A

Black with #E05C9A

Text Example


Text Example

White with #E05C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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