Html Css Color HEX #E372AC Persian Pink

📋 copy color: '#E372AC'

red 227 ◦ green 114 ◦ blue 172

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

Shades of Persian Pink #E372AC

Tints of Persian Pink #E372AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 44.25%
G = 22.22%
B = 33.53%

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

#E372AC (or 0xE372AC) is known color: Persian Pink. HEX triplet: E3, 72 and AC. RGB value is (227,114,172). Sum of RGB (Red+Green+Blue) = 227+114+172=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E372AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372AC is #1C8D53. Grayscale: #9A9A9A. Windows color (decimal): -1871188 or 11301603. OLE color: 11301603.

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

Color convert

RGB 227 114 172 -
CMYK 0 0.50 0.24 0.11
HSL 329.2º 0.67% 0.67% -
HSV(B) 329.2º 0.5% 0.89% -
XYZ 45.14 31.34 42.7 -
YUV 154.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 227 114 172 0 0.50 0.24 0.11 329.2 0.67 0.67
Hex E3 72 AC 0 32 18 B 149 43 43
Octal 343 162 254 0 62 30 13 511 103 103
Binary 11100011 1110010 10101100 0 110010 11000 1011 101001001 1000011 1000011

Color Harmonies of #E372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372AC

Black with #E372AC

Text Example


Text Example

White with #E372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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