Html Css Color HEX #E07A9F Pale Violet Red

📋 copy color: '#E07A9F'

red 224 ◦ green 122 ◦ blue 159

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

Shades of Pale Violet Red #E07A9F

Tints of Pale Violet Red #E07A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.49%

R = 44.36%
G = 24.16%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E07A9F (or 0xE07A9F) is known color: Pale Violet Red. HEX triplet: E0, 7A and 9F. RGB value is (224,122,159). Sum of RGB (Red+Green+Blue) = 224+122+159=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A9F is #1F8560. Grayscale: #9C9C9C. Windows color (decimal): -2065761 or 10451680. OLE color: 10451680.

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

Color convert

RGB 224 122 159 -
CMYK 0 0.46 0.29 0.12
HSL 338.24º 0.62% 0.68% -
HSV(B) 338.24º 0.46% 0.88% -
XYZ 43.96 32.27 36.71 -
YUV 156.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 224 122 159 0 0.46 0.29 0.12 338.24 0.62 0.68
Hex E0 7A 9F 0 2E 1D C 152 3E 44
Octal 340 172 237 0 56 35 14 522 76 104
Binary 11100000 1111010 10011111 0 101110 11101 1100 101010010 111110 1000100

Color Harmonies of #E07A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A9F

Black with #E07A9F

Text Example


Text Example

White with #E07A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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