Html Css Color HEX #E07A9C Pale Violet Red

📋 copy color: '#E07A9C'

red 224 ◦ green 122 ◦ blue 156

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

Shades of Pale Violet Red #E07A9C

Tints of Pale Violet Red #E07A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.3%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 44.62%
G = 24.3%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E07A9C (or 0xE07A9C) is known color: Pale Violet Red. HEX triplet: E0, 7A and 9C. RGB value is (224,122,156). Sum of RGB (Red+Green+Blue) = 224+122+156=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A9C is #1F8563. Grayscale: #9C9C9C. Windows color (decimal): -2065764 or 10255072. OLE color: 10255072.

HSL color Cylindrical-coordinate representation of color #E07A9C: hue angle of 340º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07A9C is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 156 -
CMYK 0 0.46 0.30 0.12
HSL 340º 0.62% 0.68% -
HSV(B) 340º 0.46% 0.88% -
XYZ 43.7 32.17 35.36 -
YUV 156.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 224 122 156 0 0.46 0.30 0.12 340 0.62 0.68
Hex E0 7A 9C 0 2E 1E C 154 3E 44
Octal 340 172 234 0 56 36 14 524 76 104
Binary 11100000 1111010 10011100 0 101110 11110 1100 101010100 111110 1000100

Color Harmonies of #E07A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A9C

Black with #E07A9C

Text Example


Text Example

White with #E07A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A9C; }

 p { color: rgb(224,122,156); }

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

background-color css

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

 a { background-color: rgb(224,122,156); }

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

border-color css

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

 span { border-color: rgb(224,122,156); }

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