Html Css Color HEX #E07194 Pale Violet Red

📋 copy color: '#E07194'

red 224 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #E07194

Tints of Pale Violet Red #E07194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.3%

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

R = 46.19%
G = 23.3%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07194 (or 0xE07194) is known color: Pale Violet Red. HEX triplet: E0, 71 and 94. RGB value is (224,113,148). Sum of RGB (Red+Green+Blue) = 224+113+148=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07194 is #1F8E6B. Grayscale: #969696. Windows color (decimal): -2068076 or 9728480. OLE color: 9728480.

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

Color convert

RGB 224 113 148 -
CMYK 0 0.50 0.34 0.12
HSL 341.08º 0.64% 0.66% -
HSV(B) 341.08º 0.5% 0.88% -
XYZ 41.99 29.8 31.55 -
YUV 150.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 224 113 148 0 0.50 0.34 0.12 341.08 0.64 0.66
Hex E0 71 94 0 32 22 C 155 40 42
Octal 340 161 224 0 62 42 14 525 100 102
Binary 11100000 1110001 10010100 0 110010 100010 1100 101010101 1000000 1000010

Color Harmonies of #E07194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07194

Black with #E07194

Text Example


Text Example

White with #E07194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07194; }

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

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

background-color css

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

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

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

border-color css

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

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

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