Html Css Color HEX #E05F8F Pale Violet Red

📋 copy color: '#E05F8F'

red 224 ◦ green 95 ◦ blue 143

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

Shades of Pale Violet Red #E05F8F

Tints of Pale Violet Red #E05F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 48.48%
G = 20.56%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E05F8F (or 0xE05F8F) is known color: Pale Violet Red. HEX triplet: E0, 5F and 8F. RGB value is (224,95,143). Sum of RGB (Red+Green+Blue) = 224+95+143=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F8F is #1FA070. Grayscale: #8A8A8A. Windows color (decimal): -2072689 or 9396192. OLE color: 9396192.

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

Color convert

RGB 224 95 143 -
CMYK 0 0.58 0.36 0.12
HSL 337.67º 0.68% 0.63% -
HSV(B) 337.67º 0.58% 0.88% -
XYZ 39.79 26.01 28.91 -
YUV 139.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 224 95 143 0 0.58 0.36 0.12 337.67 0.68 0.63
Hex E0 5F 8F 0 3A 24 C 152 44 3F
Octal 340 137 217 0 72 44 14 522 104 77
Binary 11100000 1011111 10001111 0 111010 100100 1100 101010010 1000100 111111

Color Harmonies of #E05F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F8F

Black with #E05F8F

Text Example


Text Example

White with #E05F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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