Html Css Color HEX #E06699 Pale Violet Red

📋 copy color: '#E06699'

red 224 ◦ green 102 ◦ blue 153

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

Shades of Pale Violet Red #E06699

Tints of Pale Violet Red #E06699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.29%

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 46.76%
G = 21.29%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E06699 (or 0xE06699) is known color: Pale Violet Red. HEX triplet: E0, 66 and 99. RGB value is (224,102,153). Sum of RGB (Red+Green+Blue) = 224+102+153=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E06699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06699 is #1F9966. Grayscale: #909090. Windows color (decimal): -2070887 or 10053344. OLE color: 10053344.

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

Color convert

RGB 224 102 153 -
CMYK 0 0.54 0.32 0.12
HSL 334.92º 0.66% 0.64% -
HSV(B) 334.92º 0.54% 0.88% -
XYZ 41.24 27.65 33.3 -
YUV 144.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 224 102 153 0 0.54 0.32 0.12 334.92 0.66 0.64
Hex E0 66 99 0 36 20 C 14F 42 40
Octal 340 146 231 0 66 40 14 517 102 100
Binary 11100000 1100110 10011001 0 110110 100000 1100 101001111 1000010 1000000

Color Harmonies of #E06699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06699

Black with #E06699

Text Example


Text Example

White with #E06699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06699; }

 p { color: rgb(224,102,153); }

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

background-color css

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

 a { background-color: rgb(224,102,153); }

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

border-color css

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

 span { border-color: rgb(224,102,153); }

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