Html Css Color HEX #E06DA4 Pale Violet Red

📋 copy color: '#E06DA4'

red 224 ◦ green 109 ◦ blue 164

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

Shades of Pale Violet Red #E06DA4

Tints of Pale Violet Red #E06DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33%

R = 45.07%
G = 21.93%
B = 33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E06DA4 (or 0xE06DA4) is known color: Pale Violet Red. HEX triplet: E0, 6D and A4. RGB value is (224,109,164). Sum of RGB (Red+Green+Blue) = 224+109+164=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA4 is #1F925B. Grayscale: #959595. Windows color (decimal): -2069084 or 10776032. OLE color: 10776032.

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

Color convert

RGB 224 109 164 -
CMYK 0 0.51 0.27 0.12
HSL 331.3º 0.65% 0.65% -
HSV(B) 331.3º 0.51% 0.88% -
XYZ 42.91 29.46 38.55 -
YUV 149.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 224 109 164 0 0.51 0.27 0.12 331.3 0.65 0.65
Hex E0 6D A4 0 33 1B C 14B 41 41
Octal 340 155 244 0 63 33 14 513 101 101
Binary 11100000 1101101 10100100 0 110011 11011 1100 101001011 1000001 1000001

Color Harmonies of #E06DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DA4

Black with #E06DA4

Text Example


Text Example

White with #E06DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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