Html Css Color HEX #E078A1 Pale Violet Red

📋 copy color: '#E078A1'

red 224 ◦ green 120 ◦ blue 161

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

Shades of Pale Violet Red #E078A1

Tints of Pale Violet Red #E078A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.88%

R = 44.36%
G = 23.76%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E078A1 (or 0xE078A1) is known color: Pale Violet Red. HEX triplet: E0, 78 and A1. RGB value is (224,120,161). Sum of RGB (Red+Green+Blue) = 224+120+161=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E078A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078A1 is #1F875E. Grayscale: #9B9B9B. Windows color (decimal): -2066271 or 10582240. OLE color: 10582240.

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

Color convert

RGB 224 120 161 -
CMYK 0 0.46 0.28 0.12
HSL 336.35º 0.63% 0.67% -
HSV(B) 336.35º 0.46% 0.88% -
XYZ 43.89 31.85 37.55 -
YUV 155.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 224 120 161 0 0.46 0.28 0.12 336.35 0.63 0.67
Hex E0 78 A1 0 2E 1C C 150 3F 43
Octal 340 170 241 0 56 34 14 520 77 103
Binary 11100000 1111000 10100001 0 101110 11100 1100 101010000 111111 1000011

Color Harmonies of #E078A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078A1

Black with #E078A1

Text Example


Text Example

White with #E078A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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