Html Css Color HEX #E06691 Pale Violet Red

📋 copy color: '#E06691'

red 224 ◦ green 102 ◦ blue 145

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

Shades of Pale Violet Red #E06691

Tints of Pale Violet Red #E06691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 47.56%
G = 21.66%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E06691 (or 0xE06691) is known color: Pale Violet Red. HEX triplet: E0, 66 and 91. RGB value is (224,102,145). Sum of RGB (Red+Green+Blue) = 224+102+145=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E06691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06691 is #1F996E. Grayscale: #8F8F8F. Windows color (decimal): -2070895 or 9529056. OLE color: 9529056.

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

Color convert

RGB 224 102 145 -
CMYK 0 0.54 0.35 0.12
HSL 338.85º 0.66% 0.64% -
HSV(B) 338.85º 0.54% 0.88% -
XYZ 40.6 27.39 29.94 -
YUV 143.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 224 102 145 0 0.54 0.35 0.12 338.85 0.66 0.64
Hex E0 66 91 0 36 23 C 153 42 40
Octal 340 146 221 0 66 43 14 523 102 100
Binary 11100000 1100110 10010001 0 110110 100011 1100 101010011 1000010 1000000

Color Harmonies of #E06691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06691

Black with #E06691

Text Example


Text Example

White with #E06691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06691; }

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

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

background-color css

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

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

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

border-color css

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

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

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