Html Css Color HEX #E07495 Pale Violet Red

📋 copy color: '#E07495'

red 224 ◦ green 116 ◦ blue 149

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

Shades of Pale Violet Red #E07495

Tints of Pale Violet Red #E07495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 45.81%
G = 23.72%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07495 (or 0xE07495) is known color: Pale Violet Red. HEX triplet: E0, 74 and 95. RGB value is (224,116,149). Sum of RGB (Red+Green+Blue) = 224+116+149=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07495 is #1F8B6A. Grayscale: #989898. Windows color (decimal): -2067307 or 9794784. OLE color: 9794784.

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

Color convert

RGB 224 116 149 -
CMYK 0 0.48 0.33 0.12
HSL 341.67º 0.64% 0.67% -
HSV(B) 341.67º 0.48% 0.88% -
XYZ 42.41 30.51 32.09 -
YUV 152.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 224 116 149 0 0.48 0.33 0.12 341.67 0.64 0.67
Hex E0 74 95 0 30 21 C 156 40 43
Octal 340 164 225 0 60 41 14 526 100 103
Binary 11100000 1110100 10010101 0 110000 100001 1100 101010110 1000000 1000011

Color Harmonies of #E07495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07495

Black with #E07495

Text Example


Text Example

White with #E07495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07495; }

 p { color: rgb(224,116,149); }

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

background-color css

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

 a { background-color: rgb(224,116,149); }

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

border-color css

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

 span { border-color: rgb(224,116,149); }

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