Html Css Color HEX #E05F9E Pale Violet Red

📋 copy color: '#E05F9E'

red 224 ◦ green 95 ◦ blue 158

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

Shades of Pale Violet Red #E05F9E

Tints of Pale Violet Red #E05F9E

RGB

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

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

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

R = 46.96%
G = 19.92%
B = 33.12%

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

#E05F9E (or 0xE05F9E) is known color: Pale Violet Red. HEX triplet: E0, 5F and 9E. RGB value is (224,95,158). Sum of RGB (Red+Green+Blue) = 224+95+158=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F9E is #1FA061. Grayscale: #8C8C8C. Windows color (decimal): -2072674 or 10379232. OLE color: 10379232.

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

Color convert

RGB 224 95 158 -
CMYK 0 0.58 0.29 0.12
HSL 330.7º 0.68% 0.63% -
HSV(B) 330.7º 0.58% 0.88% -
XYZ 41 26.5 35.3 -
YUV 140.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 224 95 158 0 0.58 0.29 0.12 330.7 0.68 0.63
Hex E0 5F 9E 0 3A 1D C 14B 44 3F
Octal 340 137 236 0 72 35 14 513 104 77
Binary 11100000 1011111 10011110 0 111010 11101 1100 101001011 1000100 111111

Color Harmonies of #E05F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F9E

Black with #E05F9E

Text Example


Text Example

White with #E05F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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