Html Css Color HEX #E06A9C Pale Violet Red

📋 copy color: '#E06A9C'

red 224 ◦ green 106 ◦ blue 156

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

Shades of Pale Violet Red #E06A9C

Tints of Pale Violet Red #E06A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

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

R = 46.09%
G = 21.81%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E06A9C (or 0xE06A9C) is known color: Pale Violet Red. HEX triplet: E0, 6A and 9C. RGB value is (224,106,156). Sum of RGB (Red+Green+Blue) = 224+106+156=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06A9C is #1F9563. Grayscale: #929292. Windows color (decimal): -2069860 or 10250976. OLE color: 10250976.

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

Color convert

RGB 224 106 156 -
CMYK 0 0.53 0.30 0.12
HSL 334.58º 0.66% 0.65% -
HSV(B) 334.58º 0.53% 0.88% -
XYZ 41.9 28.56 34.76 -
YUV 146.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 224 106 156 0 0.53 0.30 0.12 334.58 0.66 0.65
Hex E0 6A 9C 0 35 1E C 14F 42 41
Octal 340 152 234 0 65 36 14 517 102 101
Binary 11100000 1101010 10011100 0 110101 11110 1100 101001111 1000010 1000001

Color Harmonies of #E06A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A9C

Black with #E06A9C

Text Example


Text Example

White with #E06A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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