Html Css Color HEX #E06C9E Pale Violet Red

📋 copy color: '#E06C9E'

red 224 ◦ green 108 ◦ blue 158

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

Shades of Pale Violet Red #E06C9E

Tints of Pale Violet Red #E06C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 45.71%
G = 22.04%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E06C9E (or 0xE06C9E) is known color: Pale Violet Red. HEX triplet: E0, 6C and 9E. RGB value is (224,108,158). Sum of RGB (Red+Green+Blue) = 224+108+158=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06C9E is #1F9361. Grayscale: #949494. Windows color (decimal): -2069346 or 10382560. OLE color: 10382560.

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

Color convert

RGB 224 108 158 -
CMYK 0 0.52 0.29 0.12
HSL 334.14º 0.65% 0.65% -
HSV(B) 334.14º 0.52% 0.88% -
XYZ 42.27 29.04 35.73 -
YUV 148.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 224 108 158 0 0.52 0.29 0.12 334.14 0.65 0.65
Hex E0 6C 9E 0 34 1D C 14E 41 41
Octal 340 154 236 0 64 35 14 516 101 101
Binary 11100000 1101100 10011110 0 110100 11101 1100 101001110 1000001 1000001

Color Harmonies of #E06C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C9E

Black with #E06C9E

Text Example


Text Example

White with #E06C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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