Html Css Color HEX #E06794 Pale Violet Red

📋 copy color: '#E06794'

red 224 ◦ green 103 ◦ blue 148

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

Shades of Pale Violet Red #E06794

Tints of Pale Violet Red #E06794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 47.16%
G = 21.68%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E06794 (or 0xE06794) is known color: Pale Violet Red. HEX triplet: E0, 67 and 94. RGB value is (224,103,148). Sum of RGB (Red+Green+Blue) = 224+103+148=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06794 is #1F986B. Grayscale: #909090. Windows color (decimal): -2070636 or 9725920. OLE color: 9725920.

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

Color convert

RGB 224 103 148 -
CMYK 0 0.54 0.34 0.12
HSL 337.69º 0.66% 0.64% -
HSV(B) 337.69º 0.54% 0.88% -
XYZ 40.94 27.69 31.2 -
YUV 144.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 224 103 148 0 0.54 0.34 0.12 337.69 0.66 0.64
Hex E0 67 94 0 36 22 C 152 42 40
Octal 340 147 224 0 66 42 14 522 102 100
Binary 11100000 1100111 10010100 0 110110 100010 1100 101010010 1000010 1000000

Color Harmonies of #E06794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06794

Black with #E06794

Text Example


Text Example

White with #E06794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06794; }

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

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

background-color css

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

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

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

border-color css

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

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

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