Html Css Color HEX #E373AC Persian Pink

📋 copy color: '#E373AC'

red 227 ◦ green 115 ◦ blue 172

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

Shades of Persian Pink #E373AC

Tints of Persian Pink #E373AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

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

R = 44.16%
G = 22.37%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E373AC (or 0xE373AC) is known color: Persian Pink. HEX triplet: E3, 73 and AC. RGB value is (227,115,172). Sum of RGB (Red+Green+Blue) = 227+115+172=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E373AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E373AC is #1C8C53. Grayscale: #9A9A9A. Windows color (decimal): -1870932 or 11301859. OLE color: 11301859.

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

Color convert

RGB 227 115 172 -
CMYK 0 0.49 0.24 0.11
HSL 329.46º 0.67% 0.67% -
HSV(B) 329.46º 0.49% 0.89% -
XYZ 45.26 31.57 42.74 -
YUV 154.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 227 115 172 0 0.49 0.24 0.11 329.46 0.67 0.67
Hex E3 73 AC 0 31 18 B 149 43 43
Octal 343 163 254 0 61 30 13 511 103 103
Binary 11100011 1110011 10101100 0 110001 11000 1011 101001001 1000011 1000011

Color Harmonies of #E373AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373AC

Black with #E373AC

Text Example


Text Example

White with #E373AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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