Html Css Color HEX #E376C0 Persian Pink

📋 copy color: '#E376C0'

red 227 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #E376C0

Tints of Persian Pink #E376C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 42.27%
G = 21.97%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E376C0 (or 0xE376C0) is known color: Persian Pink. HEX triplet: E3, 76 and C0. RGB value is (227,118,192). Sum of RGB (Red+Green+Blue) = 227+118+192=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E376C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376C0 is #1C893F. Grayscale: #9E9E9E. Windows color (decimal): -1870144 or 12613347. OLE color: 12613347.

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

Color convert

RGB 227 118 192 -
CMYK 0 0.48 0.15 0.11
HSL 319.27º 0.66% 0.68% -
HSV(B) 319.27º 0.48% 0.89% -
XYZ 47.67 33.09 53.74 -
YUV 159.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 227 118 192 0 0.48 0.15 0.11 319.27 0.66 0.68
Hex E3 76 C0 0 30 F B 13F 42 44
Octal 343 166 300 0 60 17 13 477 102 104
Binary 11100011 1110110 11000000 0 110000 1111 1011 100111111 1000010 1000100

Color Harmonies of #E376C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376C0

Black with #E376C0

Text Example


Text Example

White with #E376C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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