Html Css Color HEX #E0699F Pale Violet Red

📋 copy color: '#E0699F'

red 224 ◦ green 105 ◦ blue 159

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

Shades of Pale Violet Red #E0699F

Tints of Pale Violet Red #E0699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.58%

R = 45.9%
G = 21.52%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E0699F (or 0xE0699F) is known color: Pale Violet Red. HEX triplet: E0, 69 and 9F. RGB value is (224,105,159). Sum of RGB (Red+Green+Blue) = 224+105+159=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0699F is #1F9660. Grayscale: #929292. Windows color (decimal): -2070113 or 10447328. OLE color: 10447328.

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

Color convert

RGB 224 105 159 -
CMYK 0 0.53 0.29 0.12
HSL 332.77º 0.66% 0.65% -
HSV(B) 332.77º 0.53% 0.88% -
XYZ 42.05 28.45 36.08 -
YUV 146.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 224 105 159 0 0.53 0.29 0.12 332.77 0.66 0.65
Hex E0 69 9F 0 35 1D C 14D 42 41
Octal 340 151 237 0 65 35 14 515 102 101
Binary 11100000 1101001 10011111 0 110101 11101 1100 101001101 1000010 1000001

Color Harmonies of #E0699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0699F

Black with #E0699F

Text Example


Text Example

White with #E0699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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