Html Css Color HEX #E05F93 Pale Violet Red

📋 copy color: '#E05F93'

red 224 ◦ green 95 ◦ blue 147

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

Shades of Pale Violet Red #E05F93

Tints of Pale Violet Red #E05F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 48.07%
G = 20.39%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E05F93 (or 0xE05F93) is known color: Pale Violet Red. HEX triplet: E0, 5F and 93. RGB value is (224,95,147). Sum of RGB (Red+Green+Blue) = 224+95+147=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F93 is #1FA06C. Grayscale: #8B8B8B. Windows color (decimal): -2072685 or 9658336. OLE color: 9658336.

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

Color convert

RGB 224 95 147 -
CMYK 0 0.58 0.34 0.12
HSL 335.81º 0.68% 0.63% -
HSV(B) 335.81º 0.58% 0.88% -
XYZ 40.1 26.14 30.54 -
YUV 139.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 224 95 147 0 0.58 0.34 0.12 335.81 0.68 0.63
Hex E0 5F 93 0 3A 22 C 150 44 3F
Octal 340 137 223 0 72 42 14 520 104 77
Binary 11100000 1011111 10010011 0 111010 100010 1100 101010000 1000100 111111

Color Harmonies of #E05F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F93

Black with #E05F93

Text Example


Text Example

White with #E05F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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