Html Css Color HEX #E05B99 Pale Violet Red

📋 copy color: '#E05B99'

red 224 ◦ green 91 ◦ blue 153

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

Shades of Pale Violet Red #E05B99

Tints of Pale Violet Red #E05B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.44%

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 47.86%
G = 19.44%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E05B99 (or 0xE05B99) is known color: Pale Violet Red. HEX triplet: E0, 5B and 99. RGB value is (224,91,153). Sum of RGB (Red+Green+Blue) = 224+91+153=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B99 is #1FA466. Grayscale: #898989. Windows color (decimal): -2073703 or 10050528. OLE color: 10050528.

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

Color convert

RGB 224 91 153 -
CMYK 0 0.59 0.32 0.12
HSL 332.03º 0.68% 0.62% -
HSV(B) 332.03º 0.59% 0.88% -
XYZ 40.23 25.63 32.96 -
YUV 137.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 224 91 153 0 0.59 0.32 0.12 332.03 0.68 0.62
Hex E0 5B 99 0 3B 20 C 14C 44 3E
Octal 340 133 231 0 73 40 14 514 104 76
Binary 11100000 1011011 10011001 0 111011 100000 1100 101001100 1000100 111110

Color Harmonies of #E05B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05B99

Black with #E05B99

Text Example


Text Example

White with #E05B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05B99; }

 p { color: rgb(224,91,153); }

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

background-color css

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

 a { background-color: rgb(224,91,153); }

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

border-color css

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

 span { border-color: rgb(224,91,153); }

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