Html Css Color HEX #E376BE Persian Pink

📋 copy color: '#E376BE'

red 227 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #E376BE

Tints of Persian Pink #E376BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 42.43%
G = 22.06%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E376BE (or 0xE376BE) is known color: Persian Pink. HEX triplet: E3, 76 and BE. RGB value is (227,118,190). Sum of RGB (Red+Green+Blue) = 227+118+190=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376BE is #1C8941. Grayscale: #9E9E9E. Windows color (decimal): -1870146 or 12482275. OLE color: 12482275.

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

Color convert

RGB 227 118 190 -
CMYK 0 0.48 0.16 0.11
HSL 320.37º 0.66% 0.68% -
HSV(B) 320.37º 0.48% 0.89% -
XYZ 47.45 33.01 52.58 -
YUV 158.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 227 118 190 0 0.48 0.16 0.11 320.37 0.66 0.68
Hex E3 76 BE 0 30 10 B 140 42 44
Octal 343 166 276 0 60 20 13 500 102 104
Binary 11100011 1110110 10111110 0 110000 10000 1011 101000000 1000010 1000100

Color Harmonies of #E376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376BE

Black with #E376BE

Text Example


Text Example

White with #E376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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