Html Css Color HEX #E07694 Pale Violet Red

📋 copy color: '#E07694'

red 224 ◦ green 118 ◦ blue 148

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

Shades of Pale Violet Red #E07694

Tints of Pale Violet Red #E07694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.08%

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

R = 45.71%
G = 24.08%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07694 (or 0xE07694) is known color: Pale Violet Red. HEX triplet: E0, 76 and 94. RGB value is (224,118,148). Sum of RGB (Red+Green+Blue) = 224+118+148=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07694 is #1F896B. Grayscale: #999999. Windows color (decimal): -2066796 or 9729760. OLE color: 9729760.

HSL color Cylindrical-coordinate representation of color #E07694: hue angle of 343.02º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07694 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 148 -
CMYK 0 0.47 0.34 0.12
HSL 343.02º 0.63% 0.67% -
HSV(B) 343.02º 0.47% 0.88% -
XYZ 42.56 30.94 31.75 -
YUV 153.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 224 118 148 0 0.47 0.34 0.12 343.02 0.63 0.67
Hex E0 76 94 0 2F 22 C 157 3F 43
Octal 340 166 224 0 57 42 14 527 77 103
Binary 11100000 1110110 10010100 0 101111 100010 1100 101010111 111111 1000011

Color Harmonies of #E07694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07694

Black with #E07694

Text Example


Text Example

White with #E07694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07694; }

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

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

background-color css

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

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

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

border-color css

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

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

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