Html Css Color HEX #E06C9C Pale Violet Red

📋 copy color: '#E06C9C'

red 224 ◦ green 108 ◦ blue 156

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

Shades of Pale Violet Red #E06C9C

Tints of Pale Violet Red #E06C9C

RGB

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

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

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

R = 45.9%
G = 22.13%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E06C9C (or 0xE06C9C) is known color: Pale Violet Red. HEX triplet: E0, 6C and 9C. RGB value is (224,108,156). Sum of RGB (Red+Green+Blue) = 224+108+156=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C9C is #1F9363. Grayscale: #949494. Windows color (decimal): -2069348 or 10251488. OLE color: 10251488.

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

Color convert

RGB 224 108 156 -
CMYK 0 0.52 0.30 0.12
HSL 335.17º 0.65% 0.65% -
HSV(B) 335.17º 0.52% 0.88% -
XYZ 42.1 28.97 34.83 -
YUV 148.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 224 108 156 0 0.52 0.30 0.12 335.17 0.65 0.65
Hex E0 6C 9C 0 34 1E C 14F 41 41
Octal 340 154 234 0 64 36 14 517 101 101
Binary 11100000 1101100 10011100 0 110100 11110 1100 101001111 1000001 1000001

Color Harmonies of #E06C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C9C

Black with #E06C9C

Text Example


Text Example

White with #E06C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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