Html Css Color HEX #E376AC Persian Pink

📋 copy color: '#E376AC'

red 227 ◦ green 118 ◦ blue 172

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

Shades of Persian Pink #E376AC

Tints of Persian Pink #E376AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.82%

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

R = 43.91%
G = 22.82%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E376AC (or 0xE376AC) is known color: Persian Pink. HEX triplet: E3, 76 and AC. RGB value is (227,118,172). Sum of RGB (Red+Green+Blue) = 227+118+172=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E376AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E376AC is #1C8953. Grayscale: #9C9C9C. Windows color (decimal): -1870164 or 11302627. OLE color: 11302627.

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

Color convert

RGB 227 118 172 -
CMYK 0 0.48 0.24 0.11
HSL 330.28º 0.66% 0.68% -
HSV(B) 330.28º 0.48% 0.89% -
XYZ 45.6 32.27 42.85 -
YUV 156.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 227 118 172 0 0.48 0.24 0.11 330.28 0.66 0.68
Hex E3 76 AC 0 30 18 B 14A 42 44
Octal 343 166 254 0 60 30 13 512 102 104
Binary 11100011 1110110 10101100 0 110000 11000 1011 101001010 1000010 1000100

Color Harmonies of #E376AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376AC

Black with #E376AC

Text Example


Text Example

White with #E376AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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