Html Css Color HEX #E06595 Pale Violet Red

📋 copy color: '#E06595'

red 224 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #E06595

Tints of Pale Violet Red #E06595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 47.26%
G = 21.31%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06595 (or 0xE06595) is known color: Pale Violet Red. HEX triplet: E0, 65 and 95. RGB value is (224,101,149). Sum of RGB (Red+Green+Blue) = 224+101+149=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06595 is #1F9A6A. Grayscale: #8F8F8F. Windows color (decimal): -2071147 or 9790944. OLE color: 9790944.

HSL color Cylindrical-coordinate representation of color #E06595: hue angle of 336.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06595 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 149 -
CMYK 0 0.55 0.33 0.12
HSL 336.59º 0.66% 0.64% -
HSV(B) 336.59º 0.55% 0.88% -
XYZ 40.82 27.32 31.56 -
YUV 143.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 224 101 149 0 0.55 0.33 0.12 336.59 0.66 0.64
Hex E0 65 95 0 37 21 C 151 42 40
Octal 340 145 225 0 67 41 14 521 102 100
Binary 11100000 1100101 10010101 0 110111 100001 1100 101010001 1000010 1000000

Color Harmonies of #E06595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06595

Black with #E06595

Text Example


Text Example

White with #E06595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06595; }

 p { color: rgb(224,101,149); }

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

background-color css

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

 a { background-color: rgb(224,101,149); }

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

border-color css

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

 span { border-color: rgb(224,101,149); }

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