Html Css Color HEX #E372A2 Pale Violet Red

📋 copy color: '#E372A2'

red 227 ◦ green 114 ◦ blue 162

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

Shades of Pale Violet Red #E372A2

Tints of Pale Violet Red #E372A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.21%

R = 45.13%
G = 22.66%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E372A2 (or 0xE372A2) is known color: Pale Violet Red. HEX triplet: E3, 72 and A2. RGB value is (227,114,162). Sum of RGB (Red+Green+Blue) = 227+114+162=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E372A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372A2 is #1C8D5D. Grayscale: #999999. Windows color (decimal): -1871198 or 10646243. OLE color: 10646243.

HSL color Cylindrical-coordinate representation of color #E372A2: hue angle of 334.51º 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 #E372A2 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 114 162 -
CMYK 0 0.50 0.29 0.11
HSL 334.51º 0.67% 0.67% -
HSV(B) 334.51º 0.5% 0.89% -
XYZ 44.22 30.97 37.83 -
YUV 153.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 227 114 162 0 0.50 0.29 0.11 334.51 0.67 0.67
Hex E3 72 A2 0 32 1D B 14F 43 43
Octal 343 162 242 0 62 35 13 517 103 103
Binary 11100011 1110010 10100010 0 110010 11101 1011 101001111 1000011 1000011

Color Harmonies of #E372A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372A2

Black with #E372A2

Text Example


Text Example

White with #E372A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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