Html Css Color HEX #E07093 Pale Violet Red

📋 copy color: '#E07093'

red 224 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #E07093

Tints of Pale Violet Red #E07093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.19%

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 46.38%
G = 23.19%
B = 30.43%

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

#E07093 (or 0xE07093) is known color: Pale Violet Red. HEX triplet: E0, 70 and 93. RGB value is (224,112,147). Sum of RGB (Red+Green+Blue) = 224+112+147=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E07093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07093 is #1F8F6C. Grayscale: #959595. Windows color (decimal): -2068333 or 9662688. OLE color: 9662688.

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

Color convert

RGB 224 112 147 -
CMYK 0 0.50 0.34 0.12
HSL 341.25º 0.64% 0.66% -
HSV(B) 341.25º 0.5% 0.88% -
XYZ 41.8 29.54 31.1 -
YUV 149.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 224 112 147 0 0.50 0.34 0.12 341.25 0.64 0.66
Hex E0 70 93 0 32 22 C 155 40 42
Octal 340 160 223 0 62 42 14 525 100 102
Binary 11100000 1110000 10010011 0 110010 100010 1100 101010101 1000000 1000010

Color Harmonies of #E07093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07093

Black with #E07093

Text Example


Text Example

White with #E07093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07093; }

 p { color: rgb(224,112,147); }

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

background-color css

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

 a { background-color: rgb(224,112,147); }

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

border-color css

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

 span { border-color: rgb(224,112,147); }

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