Html Css Color HEX #E06C91 Pale Violet Red

📋 copy color: '#E06C91'

red 224 ◦ green 108 ◦ blue 145

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

Shades of Pale Violet Red #E06C91

Tints of Pale Violet Red #E06C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 46.96%
G = 22.64%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E06C91 (or 0xE06C91) is known color: Pale Violet Red. HEX triplet: E0, 6C and 91. RGB value is (224,108,145). Sum of RGB (Red+Green+Blue) = 224+108+145=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C91 is #1F936E. Grayscale: #929292. Windows color (decimal): -2069359 or 9530592. OLE color: 9530592.

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

Color convert

RGB 224 108 145 -
CMYK 0 0.52 0.35 0.12
HSL 340.86º 0.65% 0.65% -
HSV(B) 340.86º 0.52% 0.88% -
XYZ 41.21 28.62 30.14 -
YUV 146.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 224 108 145 0 0.52 0.35 0.12 340.86 0.65 0.65
Hex E0 6C 91 0 34 23 C 155 41 41
Octal 340 154 221 0 64 43 14 525 101 101
Binary 11100000 1101100 10010001 0 110100 100011 1100 101010101 1000001 1000001

Color Harmonies of #E06C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C91

Black with #E06C91

Text Example


Text Example

White with #E06C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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