Html Css Color HEX #E0699D Pale Violet Red

📋 copy color: '#E0699D'

red 224 ◦ green 105 ◦ blue 157

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

Shades of Pale Violet Red #E0699D

Tints of Pale Violet Red #E0699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 46.09%
G = 21.6%
B = 32.3%

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

#E0699D (or 0xE0699D) is known color: Pale Violet Red. HEX triplet: E0, 69 and 9D. RGB value is (224,105,157). Sum of RGB (Red+Green+Blue) = 224+105+157=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E0699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0699D is #1F9662. Grayscale: #929292. Windows color (decimal): -2070115 or 10316256. OLE color: 10316256.

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

Color convert

RGB 224 105 157 -
CMYK 0 0.53 0.30 0.12
HSL 333.78º 0.66% 0.65% -
HSV(B) 333.78º 0.53% 0.88% -
XYZ 41.88 28.38 35.17 -
YUV 146.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 224 105 157 0 0.53 0.30 0.12 333.78 0.66 0.65
Hex E0 69 9D 0 35 1E C 14E 42 41
Octal 340 151 235 0 65 36 14 516 102 101
Binary 11100000 1101001 10011101 0 110101 11110 1100 101001110 1000010 1000001

Color Harmonies of #E0699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0699D

Black with #E0699D

Text Example


Text Example

White with #E0699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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