Html Css Color HEX #E06DA7 Pale Violet Red

📋 copy color: '#E06DA7'

red 224 ◦ green 109 ◦ blue 167

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

Shades of Pale Violet Red #E06DA7

Tints of Pale Violet Red #E06DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 44.8%
G = 21.8%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E06DA7 (or 0xE06DA7) is known color: Pale Violet Red. HEX triplet: E0, 6D and A7. RGB value is (224,109,167). Sum of RGB (Red+Green+Blue) = 224+109+167=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA7 is #1F9258. Grayscale: #959595. Windows color (decimal): -2069081 or 10972640. OLE color: 10972640.

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

Color convert

RGB 224 109 167 -
CMYK 0 0.51 0.25 0.12
HSL 329.74º 0.65% 0.65% -
HSV(B) 329.74º 0.51% 0.88% -
XYZ 43.18 29.57 39.99 -
YUV 150 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 224 109 167 0 0.51 0.25 0.12 329.74 0.65 0.65
Hex E0 6D A7 0 33 19 C 14A 41 41
Octal 340 155 247 0 63 31 14 512 101 101
Binary 11100000 1101101 10100111 0 110011 11001 1100 101001010 1000001 1000001

Color Harmonies of #E06DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DA7

Black with #E06DA7

Text Example


Text Example

White with #E06DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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