Html Css Color HEX #E376C1 Persian Pink

📋 copy color: '#E376C1'

red 227 ◦ green 118 ◦ blue 193

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

Shades of Persian Pink #E376C1

Tints of Persian Pink #E376C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 42.19%
G = 21.93%
B = 35.87%

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

#E376C1 (or 0xE376C1) is known color: Persian Pink. HEX triplet: E3, 76 and C1. RGB value is (227,118,193). Sum of RGB (Red+Green+Blue) = 227+118+193=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E376C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376C1 is #1C893E. Grayscale: #9E9E9E. Windows color (decimal): -1870143 or 12678883. OLE color: 12678883.

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

Color convert

RGB 227 118 193 -
CMYK 0 0.48 0.15 0.11
HSL 318.72º 0.66% 0.68% -
HSV(B) 318.72º 0.48% 0.89% -
XYZ 47.78 33.14 54.33 -
YUV 159.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 227 118 193 0 0.48 0.15 0.11 318.72 0.66 0.68
Hex E3 76 C1 0 30 F B 13F 42 44
Octal 343 166 301 0 60 17 13 477 102 104
Binary 11100011 1110110 11000001 0 110000 1111 1011 100111111 1000010 1000100

Color Harmonies of #E376C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376C1

Black with #E376C1

Text Example


Text Example

White with #E376C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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