Html Css Color HEX #E379AC Persian Pink

📋 copy color: '#E379AC'

red 227 ◦ green 121 ◦ blue 172

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

Shades of Persian Pink #E379AC

Tints of Persian Pink #E379AC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.27%

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

R = 43.65%
G = 23.27%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E379AC (or 0xE379AC) is known color: Persian Pink. HEX triplet: E3, 79 and AC. RGB value is (227,121,172). Sum of RGB (Red+Green+Blue) = 227+121+172=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E379AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379AC is #1C8653. Grayscale: #9E9E9E. Windows color (decimal): -1869396 or 11303395. OLE color: 11303395.

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

Color convert

RGB 227 121 172 -
CMYK 0 0.47 0.24 0.11
HSL 331.13º 0.65% 0.68% -
HSV(B) 331.13º 0.47% 0.89% -
XYZ 45.96 32.98 42.97 -
YUV 158.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 227 121 172 0 0.47 0.24 0.11 331.13 0.65 0.68
Hex E3 79 AC 0 2F 18 B 14B 41 44
Octal 343 171 254 0 57 30 13 513 101 104
Binary 11100011 1111001 10101100 0 101111 11000 1011 101001011 1000001 1000100

Color Harmonies of #E379AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379AC

Black with #E379AC

Text Example


Text Example

White with #E379AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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