Html Css Color HEX #E0699B Pale Violet Red

📋 copy color: '#E0699B'

red 224 ◦ green 105 ◦ blue 155

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

Shades of Pale Violet Red #E0699B

Tints of Pale Violet Red #E0699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 46.28%
G = 21.69%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0699B (or 0xE0699B) is known color: Pale Violet Red. HEX triplet: E0, 69 and 9B. RGB value is (224,105,155). Sum of RGB (Red+Green+Blue) = 224+105+155=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E0699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0699B is #1F9664. Grayscale: #929292. Windows color (decimal): -2070117 or 10185184. OLE color: 10185184.

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

Color convert

RGB 224 105 155 -
CMYK 0 0.53 0.31 0.12
HSL 334.79º 0.66% 0.65% -
HSV(B) 334.79º 0.53% 0.88% -
XYZ 41.71 28.32 34.28 -
YUV 146.28 132.92 183.43 -
System Red Green Blue C M Y K H S L
Decimal 224 105 155 0 0.53 0.31 0.12 334.79 0.66 0.65
Hex E0 69 9B 0 35 1F C 14F 42 41
Octal 340 151 233 0 65 37 14 517 102 101
Binary 11100000 1101001 10011011 0 110101 11111 1100 101001111 1000010 1000001

Color Harmonies of #E0699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0699B

Black with #E0699B

Text Example


Text Example

White with #E0699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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