Html Css Color HEX #E07394 Pale Violet Red

📋 copy color: '#E07394'

red 224 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #E07394

Tints of Pale Violet Red #E07394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

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

R = 46%
G = 23.61%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07394 (or 0xE07394) is known color: Pale Violet Red. HEX triplet: E0, 73 and 94. RGB value is (224,115,148). Sum of RGB (Red+Green+Blue) = 224+115+148=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07394 is #1F8C6B. Grayscale: #979797. Windows color (decimal): -2067564 or 9728992. OLE color: 9728992.

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

Color convert

RGB 224 115 148 -
CMYK 0 0.49 0.34 0.12
HSL 341.83º 0.64% 0.66% -
HSV(B) 341.83º 0.49% 0.88% -
XYZ 42.22 30.25 31.63 -
YUV 151.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 224 115 148 0 0.49 0.34 0.12 341.83 0.64 0.66
Hex E0 73 94 0 31 22 C 156 40 42
Octal 340 163 224 0 61 42 14 526 100 102
Binary 11100000 1110011 10010100 0 110001 100010 1100 101010110 1000000 1000010

Color Harmonies of #E07394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07394

Black with #E07394

Text Example


Text Example

White with #E07394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07394; }

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

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

background-color css

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

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

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

border-color css

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

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

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