Html Css Color HEX #E376BD Persian Pink

📋 copy color: '#E376BD'

red 227 ◦ green 118 ◦ blue 189

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

Shades of Persian Pink #E376BD

Tints of Persian Pink #E376BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 42.51%
G = 22.1%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E376BD (or 0xE376BD) is known color: Persian Pink. HEX triplet: E3, 76 and BD. RGB value is (227,118,189). Sum of RGB (Red+Green+Blue) = 227+118+189=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E376BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376BD is #1C8942. Grayscale: #9E9E9E. Windows color (decimal): -1870147 or 12416739. OLE color: 12416739.

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

Color convert

RGB 227 118 189 -
CMYK 0 0.48 0.17 0.11
HSL 320.92º 0.66% 0.68% -
HSV(B) 320.92º 0.48% 0.89% -
XYZ 47.34 32.96 52.01 -
YUV 158.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 227 118 189 0 0.48 0.17 0.11 320.92 0.66 0.68
Hex E3 76 BD 0 30 11 B 141 42 44
Octal 343 166 275 0 60 21 13 501 102 104
Binary 11100011 1110110 10111101 0 110000 10001 1011 101000001 1000010 1000100

Color Harmonies of #E376BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376BD

Black with #E376BD

Text Example


Text Example

White with #E376BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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