Html Css Color HEX #E05F92 Pale Violet Red

📋 copy color: '#E05F92'

red 224 ◦ green 95 ◦ blue 146

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

Shades of Pale Violet Red #E05F92

Tints of Pale Violet Red #E05F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

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

R = 48.17%
G = 20.43%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05F92 (or 0xE05F92) is known color: Pale Violet Red. HEX triplet: E0, 5F and 92. RGB value is (224,95,146). Sum of RGB (Red+Green+Blue) = 224+95+146=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F92 is #1FA06D. Grayscale: #8B8B8B. Windows color (decimal): -2072686 or 9592800. OLE color: 9592800.

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

Color convert

RGB 224 95 146 -
CMYK 0 0.58 0.35 0.12
HSL 336.28º 0.68% 0.63% -
HSV(B) 336.28º 0.58% 0.88% -
XYZ 40.02 26.11 30.12 -
YUV 139.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 224 95 146 0 0.58 0.35 0.12 336.28 0.68 0.63
Hex E0 5F 92 0 3A 23 C 150 44 3F
Octal 340 137 222 0 72 43 14 520 104 77
Binary 11100000 1011111 10010010 0 111010 100011 1100 101010000 1000100 111111

Color Harmonies of #E05F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F92

Black with #E05F92

Text Example


Text Example

White with #E05F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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