Html Css Color HEX #E06D97 Pale Violet Red

📋 copy color: '#E06D97'

red 224 ◦ green 109 ◦ blue 151

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

Shades of Pale Violet Red #E06D97

Tints of Pale Violet Red #E06D97

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.52%

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 46.28%
G = 22.52%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06D97 (or 0xE06D97) is known color: Pale Violet Red. HEX triplet: E0, 6D and 97. RGB value is (224,109,151). Sum of RGB (Red+Green+Blue) = 224+109+151=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D97 is #1F9268. Grayscale: #949494. Windows color (decimal): -2069097 or 9924064. OLE color: 9924064.

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

Color convert

RGB 224 109 151 -
CMYK 0 0.51 0.33 0.12
HSL 338.09º 0.65% 0.65% -
HSV(B) 338.09º 0.51% 0.88% -
XYZ 41.8 29.02 32.68 -
YUV 148.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 224 109 151 0 0.51 0.33 0.12 338.09 0.65 0.65
Hex E0 6D 97 0 33 21 C 152 41 41
Octal 340 155 227 0 63 41 14 522 101 101
Binary 11100000 1101101 10010111 0 110011 100001 1100 101010010 1000001 1000001

Color Harmonies of #E06D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D97

Black with #E06D97

Text Example


Text Example

White with #E06D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D97; }

 p { color: rgb(224,109,151); }

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

background-color css

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

 a { background-color: rgb(224,109,151); }

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

border-color css

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

 span { border-color: rgb(224,109,151); }

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