Html Css Color HEX #E372AA Pale Violet Red

📋 copy color: '#E372AA'

red 227 ◦ green 114 ◦ blue 170

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

Shades of Pale Violet Red #E372AA

Tints of Pale Violet Red #E372AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

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

R = 44.42%
G = 22.31%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E372AA (or 0xE372AA) is known color: Pale Violet Red. HEX triplet: E3, 72 and AA. RGB value is (227,114,170). Sum of RGB (Red+Green+Blue) = 227+114+170=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E372AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372AA is #1C8D55. Grayscale: #9A9A9A. Windows color (decimal): -1871190 or 11170531. OLE color: 11170531.

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

Color convert

RGB 227 114 170 -
CMYK 0 0.50 0.25 0.11
HSL 330.27º 0.67% 0.67% -
HSV(B) 330.27º 0.5% 0.89% -
XYZ 44.95 31.27 41.7 -
YUV 154.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 227 114 170 0 0.50 0.25 0.11 330.27 0.67 0.67
Hex E3 72 AA 0 32 19 B 14A 43 43
Octal 343 162 252 0 62 31 13 512 103 103
Binary 11100011 1110010 10101010 0 110010 11001 1011 101001010 1000011 1000011

Color Harmonies of #E372AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372AA

Black with #E372AA

Text Example


Text Example

White with #E372AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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