Html Css Color HEX #E276AA Pale Violet Red

📋 copy color: '#E276AA'

red 226 ◦ green 118 ◦ blue 170

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

Shades of Pale Violet Red #E276AA

Tints of Pale Violet Red #E276AA

RGB

 RED value IS 226 (88.67% from 255) = 43.97%

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

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

R = 43.97%
G = 22.96%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E276AA (or 0xE276AA) is known color: Pale Violet Red. HEX triplet: E2, 76 and AA. RGB value is (226,118,170). Sum of RGB (Red+Green+Blue) = 226+118+170=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E276AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E276AA is #1D8955. Grayscale: #9C9C9C. Windows color (decimal): -1935702 or 11171554. OLE color: 11171554.

HSL color Cylindrical-coordinate representation of color #E276AA: hue angle of 331.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E276AA is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 118 170 -
CMYK 0 0.48 0.25 0.11
HSL 331.11º 0.65% 0.67% -
HSV(B) 331.11º 0.48% 0.89% -
XYZ 45.1 32.03 41.84 -
YUV 156.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 226 118 170 0 0.48 0.25 0.11 331.11 0.65 0.67
Hex E2 76 AA 0 30 19 B 14B 41 43
Octal 342 166 252 0 60 31 13 513 101 103
Binary 11100010 1110110 10101010 0 110000 11001 1011 101001011 1000001 1000011

Color Harmonies of #E276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276AA

Black with #E276AA

Text Example


Text Example

White with #E276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276AA; }

 p { color: rgb(226,118,170); }

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

background-color css

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

 a { background-color: rgb(226,118,170); }

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

border-color css

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

 span { border-color: rgb(226,118,170); }

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