Html Css Color HEX #E06CAA Pale Violet Red

📋 copy color: '#E06CAA'

red 224 ◦ green 108 ◦ blue 170

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

Shades of Pale Violet Red #E06CAA

Tints of Pale Violet Red #E06CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 44.62%
G = 21.51%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E06CAA (or 0xE06CAA) is known color: Pale Violet Red. HEX triplet: E0, 6C and AA. RGB value is (224,108,170). Sum of RGB (Red+Green+Blue) = 224+108+170=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CAA is #1F9355. Grayscale: #959595. Windows color (decimal): -2069334 or 11168992. OLE color: 11168992.

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

Color convert

RGB 224 108 170 -
CMYK 0 0.52 0.24 0.12
HSL 327.93º 0.65% 0.65% -
HSV(B) 327.93º 0.52% 0.88% -
XYZ 43.36 29.47 41.43 -
YUV 149.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 224 108 170 0 0.52 0.24 0.12 327.93 0.65 0.65
Hex E0 6C AA 0 34 18 C 148 41 41
Octal 340 154 252 0 64 30 14 510 101 101
Binary 11100000 1101100 10101010 0 110100 11000 1100 101001000 1000001 1000001

Color Harmonies of #E06CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06CAA

Black with #E06CAA

Text Example


Text Example

White with #E06CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06CAA; }

 p { color: rgb(224,108,170); }

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

background-color css

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

 a { background-color: rgb(224,108,170); }

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

border-color css

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

 span { border-color: rgb(224,108,170); }

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