Html Css Color HEX #E07695 Pale Violet Red

📋 copy color: '#E07695'

red 224 ◦ green 118 ◦ blue 149

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

Shades of Pale Violet Red #E07695

Tints of Pale Violet Red #E07695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 45.62%
G = 24.03%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07695 (or 0xE07695) is known color: Pale Violet Red. HEX triplet: E0, 76 and 95. RGB value is (224,118,149). Sum of RGB (Red+Green+Blue) = 224+118+149=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07695 is #1F896A. Grayscale: #999999. Windows color (decimal): -2066795 or 9795296. OLE color: 9795296.

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

Color convert

RGB 224 118 149 -
CMYK 0 0.47 0.33 0.12
HSL 342.45º 0.63% 0.67% -
HSV(B) 342.45º 0.47% 0.88% -
XYZ 42.64 30.97 32.16 -
YUV 153.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 224 118 149 0 0.47 0.33 0.12 342.45 0.63 0.67
Hex E0 76 95 0 2F 21 C 156 3F 43
Octal 340 166 225 0 57 41 14 526 77 103
Binary 11100000 1110110 10010101 0 101111 100001 1100 101010110 111111 1000011

Color Harmonies of #E07695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07695

Black with #E07695

Text Example


Text Example

White with #E07695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07695; }

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

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

background-color css

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

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

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

border-color css

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

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

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