Html Css Color HEX #E06791 Pale Violet Red

📋 copy color: '#E06791'

red 224 ◦ green 103 ◦ blue 145

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

Shades of Pale Violet Red #E06791

Tints of Pale Violet Red #E06791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

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

R = 47.46%
G = 21.82%
B = 30.72%

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

#E06791 (or 0xE06791) is known color: Pale Violet Red. HEX triplet: E0, 67 and 91. RGB value is (224,103,145). Sum of RGB (Red+Green+Blue) = 224+103+145=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E06791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06791 is #1F986E. Grayscale: #8F8F8F. Windows color (decimal): -2070639 or 9529312. OLE color: 9529312.

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

Color convert

RGB 224 103 145 -
CMYK 0 0.54 0.35 0.12
HSL 339.17º 0.66% 0.64% -
HSV(B) 339.17º 0.54% 0.88% -
XYZ 40.7 27.59 29.97 -
YUV 143.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 224 103 145 0 0.54 0.35 0.12 339.17 0.66 0.64
Hex E0 67 91 0 36 23 C 153 42 40
Octal 340 147 221 0 66 43 14 523 102 100
Binary 11100000 1100111 10010001 0 110110 100011 1100 101010011 1000010 1000000

Color Harmonies of #E06791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06791

Black with #E06791

Text Example


Text Example

White with #E06791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06791; }

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

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

background-color css

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

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

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

border-color css

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

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

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