Html Css Color HEX #E372AD Persian Pink

📋 copy color: '#E372AD'

red 227 ◦ green 114 ◦ blue 173

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

Shades of Persian Pink #E372AD

Tints of Persian Pink #E372AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 44.16%
G = 22.18%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E372AD (or 0xE372AD) is known color: Persian Pink. HEX triplet: E3, 72 and AD. RGB value is (227,114,173). Sum of RGB (Red+Green+Blue) = 227+114+173=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E372AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372AD is #1C8D52. Grayscale: #9A9A9A. Windows color (decimal): -1871187 or 11367139. OLE color: 11367139.

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

Color convert

RGB 227 114 173 -
CMYK 0 0.50 0.24 0.11
HSL 328.67º 0.67% 0.67% -
HSV(B) 328.67º 0.5% 0.89% -
XYZ 45.24 31.38 43.21 -
YUV 154.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 227 114 173 0 0.50 0.24 0.11 328.67 0.67 0.67
Hex E3 72 AD 0 32 18 B 149 43 43
Octal 343 162 255 0 62 30 13 511 103 103
Binary 11100011 1110010 10101101 0 110010 11000 1011 101001001 1000011 1000011

Color Harmonies of #E372AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372AD

Black with #E372AD

Text Example


Text Example

White with #E372AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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