Html Css Color HEX #E05F98 Pale Violet Red

📋 copy color: '#E05F98'

red 224 ◦ green 95 ◦ blue 152

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

Shades of Pale Violet Red #E05F98

Tints of Pale Violet Red #E05F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 47.56%
G = 20.17%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05F98 (or 0xE05F98) is known color: Pale Violet Red. HEX triplet: E0, 5F and 98. RGB value is (224,95,152). Sum of RGB (Red+Green+Blue) = 224+95+152=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F98 is #1FA067. Grayscale: #8B8B8B. Windows color (decimal): -2072680 or 9986016. OLE color: 9986016.

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

Color convert

RGB 224 95 152 -
CMYK 0 0.58 0.32 0.12
HSL 333.49º 0.68% 0.63% -
HSV(B) 333.49º 0.58% 0.88% -
XYZ 40.5 26.3 32.65 -
YUV 140.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 224 95 152 0 0.58 0.32 0.12 333.49 0.68 0.63
Hex E0 5F 98 0 3A 20 C 14D 44 3F
Octal 340 137 230 0 72 40 14 515 104 77
Binary 11100000 1011111 10011000 0 111010 100000 1100 101001101 1000100 111111

Color Harmonies of #E05F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F98

Black with #E05F98

Text Example


Text Example

White with #E05F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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