Html Css Color HEX #E076A5 Pale Violet Red

📋 copy color: '#E076A5'

red 224 ◦ green 118 ◦ blue 165

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

Shades of Pale Violet Red #E076A5

Tints of Pale Violet Red #E076A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 44.18%
G = 23.27%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E076A5 (or 0xE076A5) is known color: Pale Violet Red. HEX triplet: E0, 76 and A5. RGB value is (224,118,165). Sum of RGB (Red+Green+Blue) = 224+118+165=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E076A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E076A5 is #1F895A. Grayscale: #9A9A9A. Windows color (decimal): -2066779 or 10843872. OLE color: 10843872.

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

Color convert

RGB 224 118 165 -
CMYK 0 0.47 0.26 0.12
HSL 333.4º 0.63% 0.67% -
HSV(B) 333.4º 0.47% 0.88% -
XYZ 44.01 31.52 39.36 -
YUV 155.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 224 118 165 0 0.47 0.26 0.12 333.4 0.63 0.67
Hex E0 76 A5 0 2F 1A C 14D 3F 43
Octal 340 166 245 0 57 32 14 515 77 103
Binary 11100000 1110110 10100101 0 101111 11010 1100 101001101 111111 1000011

Color Harmonies of #E076A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076A5

Black with #E076A5

Text Example


Text Example

White with #E076A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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