Html Css Color HEX #E0699C Pale Violet Red

📋 copy color: '#E0699C'

red 224 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #E0699C

Tints of Pale Violet Red #E0699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 46.19%
G = 21.65%
B = 32.16%

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

#E0699C (or 0xE0699C) is known color: Pale Violet Red. HEX triplet: E0, 69 and 9C. RGB value is (224,105,156). Sum of RGB (Red+Green+Blue) = 224+105+156=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0699C is #1F9663. Grayscale: #929292. Windows color (decimal): -2070116 or 10250720. OLE color: 10250720.

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

Color convert

RGB 224 105 156 -
CMYK 0 0.53 0.30 0.12
HSL 334.29º 0.66% 0.65% -
HSV(B) 334.29º 0.53% 0.88% -
XYZ 41.79 28.35 34.72 -
YUV 146.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 224 105 156 0 0.53 0.30 0.12 334.29 0.66 0.65
Hex E0 69 9C 0 35 1E C 14E 42 41
Octal 340 151 234 0 65 36 14 516 102 101
Binary 11100000 1101001 10011100 0 110101 11110 1100 101001110 1000010 1000001

Color Harmonies of #E0699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0699C

Black with #E0699C

Text Example


Text Example

White with #E0699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0699C; }

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

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

background-color css

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

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

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

border-color css

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

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

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