Html Css Color HEX #E05C92 Pale Violet Red

📋 copy color: '#E05C92'

red 224 ◦ green 92 ◦ blue 146

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

Shades of Pale Violet Red #E05C92

Tints of Pale Violet Red #E05C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 48.48%
G = 19.91%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05C92 (or 0xE05C92) is known color: Pale Violet Red. HEX triplet: E0, 5C and 92. RGB value is (224,92,146). Sum of RGB (Red+Green+Blue) = 224+92+146=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C92 is #1FA36D. Grayscale: #898989. Windows color (decimal): -2073454 or 9592032. OLE color: 9592032.

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

Color convert

RGB 224 92 146 -
CMYK 0 0.59 0.35 0.12
HSL 335.45º 0.68% 0.62% -
HSV(B) 335.45º 0.59% 0.88% -
XYZ 39.76 25.58 30.04 -
YUV 137.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 224 92 146 0 0.59 0.35 0.12 335.45 0.68 0.62
Hex E0 5C 92 0 3B 23 C 14F 44 3E
Octal 340 134 222 0 73 43 14 517 104 76
Binary 11100000 1011100 10010010 0 111011 100011 1100 101001111 1000100 111110

Color Harmonies of #E05C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C92

Black with #E05C92

Text Example


Text Example

White with #E05C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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