Html Css Color HEX #E07293 Pale Violet Red

📋 copy color: '#E07293'

red 224 ◦ green 114 ◦ blue 147

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

Shades of Pale Violet Red #E07293

Tints of Pale Violet Red #E07293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.51%

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

R = 46.19%
G = 23.51%
B = 30.31%

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

#E07293 (or 0xE07293) is known color: Pale Violet Red. HEX triplet: E0, 72 and 93. RGB value is (224,114,147). Sum of RGB (Red+Green+Blue) = 224+114+147=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07293 is #1F8D6C. Grayscale: #969696. Windows color (decimal): -2067821 or 9663200. OLE color: 9663200.

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

Color convert

RGB 224 114 147 -
CMYK 0 0.49 0.34 0.12
HSL 342º 0.64% 0.66% -
HSV(B) 342º 0.49% 0.88% -
XYZ 42.02 29.99 31.18 -
YUV 150.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 224 114 147 0 0.49 0.34 0.12 342 0.64 0.66
Hex E0 72 93 0 31 22 C 156 40 42
Octal 340 162 223 0 61 42 14 526 100 102
Binary 11100000 1110010 10010011 0 110001 100010 1100 101010110 1000000 1000010

Color Harmonies of #E07293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07293

Black with #E07293

Text Example


Text Example

White with #E07293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07293; }

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

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

background-color css

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

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

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

border-color css

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

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

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