Html Css Color HEX #E06891 Pale Violet Red

📋 copy color: '#E06891'

red 224 ◦ green 104 ◦ blue 145

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

Shades of Pale Violet Red #E06891

Tints of Pale Violet Red #E06891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

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

R = 47.36%
G = 21.99%
B = 30.66%

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

#E06891 (or 0xE06891) is known color: Pale Violet Red. HEX triplet: E0, 68 and 91. RGB value is (224,104,145). Sum of RGB (Red+Green+Blue) = 224+104+145=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E06891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06891 is #1F976E. Grayscale: #909090. Windows color (decimal): -2070383 or 9529568. OLE color: 9529568.

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

Color convert

RGB 224 104 145 -
CMYK 0 0.54 0.35 0.12
HSL 339.5º 0.66% 0.64% -
HSV(B) 339.5º 0.54% 0.88% -
XYZ 40.8 27.79 30 -
YUV 144.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 224 104 145 0 0.54 0.35 0.12 339.5 0.66 0.64
Hex E0 68 91 0 36 23 C 154 42 40
Octal 340 150 221 0 66 43 14 524 102 100
Binary 11100000 1101000 10010001 0 110110 100011 1100 101010100 1000010 1000000

Color Harmonies of #E06891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06891

Black with #E06891

Text Example


Text Example

White with #E06891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06891; }

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

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

background-color css

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

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

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

border-color css

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

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

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