Html Css Color HEX #E370AA Pale Violet Red

📋 copy color: '#E370AA'

red 227 ◦ green 112 ◦ blue 170

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

Shades of Pale Violet Red #E370AA

Tints of Pale Violet Red #E370AA

RGB

 RED value IS 227 (89.06% from 255) = 44.6%

 GREEN value IS 112 (44.14% from 255) = 22%

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

R = 44.6%
G = 22%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E370AA (or 0xE370AA) is known color: Pale Violet Red. HEX triplet: E3, 70 and AA. RGB value is (227,112,170). Sum of RGB (Red+Green+Blue) = 227+112+170=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E370AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370AA is #1C8F55. Grayscale: #989898. Windows color (decimal): -1871702 or 11170019. OLE color: 11170019.

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

Color convert

RGB 227 112 170 -
CMYK 0 0.51 0.25 0.11
HSL 329.74º 0.67% 0.66% -
HSV(B) 329.74º 0.51% 0.89% -
XYZ 44.73 30.82 41.62 -
YUV 153 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 227 112 170 0 0.51 0.25 0.11 329.74 0.67 0.66
Hex E3 70 AA 0 33 19 B 14A 43 42
Octal 343 160 252 0 63 31 13 512 103 102
Binary 11100011 1110000 10101010 0 110011 11001 1011 101001010 1000011 1000010

Color Harmonies of #E370AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370AA

Black with #E370AA

Text Example


Text Example

White with #E370AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370AA; }

 p { color: rgb(227,112,170); }

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

background-color css

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

 a { background-color: rgb(227,112,170); }

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

border-color css

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

 span { border-color: rgb(227,112,170); }

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