Html Css Color HEX #E078AA Pale Violet Red

📋 copy color: '#E078AA'

red 224 ◦ green 120 ◦ blue 170

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

Shades of Pale Violet Red #E078AA

Tints of Pale Violet Red #E078AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.35%

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 43.58%
G = 23.35%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E078AA (or 0xE078AA) is known color: Pale Violet Red. HEX triplet: E0, 78 and AA. RGB value is (224,120,170). Sum of RGB (Red+Green+Blue) = 224+120+170=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E078AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078AA is #1F8755. Grayscale: #9C9C9C. Windows color (decimal): -2066262 or 11172064. OLE color: 11172064.

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

Color convert

RGB 224 120 170 -
CMYK 0 0.46 0.24 0.12
HSL 331.15º 0.63% 0.67% -
HSV(B) 331.15º 0.46% 0.88% -
XYZ 44.71 32.18 41.89 -
YUV 156.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 224 120 170 0 0.46 0.24 0.12 331.15 0.63 0.67
Hex E0 78 AA 0 2E 18 C 14B 3F 43
Octal 340 170 252 0 56 30 14 513 77 103
Binary 11100000 1111000 10101010 0 101110 11000 1100 101001011 111111 1000011

Color Harmonies of #E078AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078AA

Black with #E078AA

Text Example


Text Example

White with #E078AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078AA; }

 p { color: rgb(224,120,170); }

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

background-color css

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

 a { background-color: rgb(224,120,170); }

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

border-color css

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

 span { border-color: rgb(224,120,170); }

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