Html Css Color HEX #E06D9C Pale Violet Red

📋 copy color: '#E06D9C'

red 224 ◦ green 109 ◦ blue 156

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

Shades of Pale Violet Red #E06D9C

Tints of Pale Violet Red #E06D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 45.81%
G = 22.29%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E06D9C (or 0xE06D9C) is known color: Pale Violet Red. HEX triplet: E0, 6D and 9C. RGB value is (224,109,156). Sum of RGB (Red+Green+Blue) = 224+109+156=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D9C is #1F9263. Grayscale: #949494. Windows color (decimal): -2069092 or 10251744. OLE color: 10251744.

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

Color convert

RGB 224 109 156 -
CMYK 0 0.51 0.30 0.12
HSL 335.48º 0.65% 0.65% -
HSV(B) 335.48º 0.51% 0.88% -
XYZ 42.21 29.18 34.86 -
YUV 148.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 224 109 156 0 0.51 0.30 0.12 335.48 0.65 0.65
Hex E0 6D 9C 0 33 1E C 14F 41 41
Octal 340 155 234 0 63 36 14 517 101 101
Binary 11100000 1101101 10011100 0 110011 11110 1100 101001111 1000001 1000001

Color Harmonies of #E06D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D9C

Black with #E06D9C

Text Example


Text Example

White with #E06D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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