Html Css Color HEX #E076A8 Pale Violet Red

📋 copy color: '#E076A8'

red 224 ◦ green 118 ◦ blue 168

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

Shades of Pale Violet Red #E076A8

Tints of Pale Violet Red #E076A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 43.92%
G = 23.14%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E076A8 (or 0xE076A8) is known color: Pale Violet Red. HEX triplet: E0, 76 and A8. RGB value is (224,118,168). Sum of RGB (Red+Green+Blue) = 224+118+168=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A8 is #1F8957. Grayscale: #9B9B9B. Windows color (decimal): -2066776 or 11040480. OLE color: 11040480.

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

Color convert

RGB 224 118 168 -
CMYK 0 0.47 0.25 0.12
HSL 331.7º 0.63% 0.67% -
HSV(B) 331.7º 0.47% 0.88% -
XYZ 44.29 31.63 40.82 -
YUV 155.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 224 118 168 0 0.47 0.25 0.12 331.7 0.63 0.67
Hex E0 76 A8 0 2F 19 C 14C 3F 43
Octal 340 166 250 0 57 31 14 514 77 103
Binary 11100000 1110110 10101000 0 101111 11001 1100 101001100 111111 1000011

Color Harmonies of #E076A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076A8

Black with #E076A8

Text Example


Text Example

White with #E076A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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