Html Css Color HEX #E476BD Persian Pink

📋 copy color: '#E476BD'

red 228 ◦ green 118 ◦ blue 189

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

Shades of Persian Pink #E476BD

Tints of Persian Pink #E476BD

RGB

 RED value IS 228 (89.45% from 255) = 42.62%

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

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

R = 42.62%
G = 22.06%
B = 35.33%

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

#E476BD (or 0xE476BD) is known color: Persian Pink. HEX triplet: E4, 76 and BD. RGB value is (228,118,189). Sum of RGB (Red+Green+Blue) = 228+118+189=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E476BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476BD is #1B8942. Grayscale: #9E9E9E. Windows color (decimal): -1804611 or 12416740. OLE color: 12416740.

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

Color convert

RGB 228 118 189 -
CMYK 0 0.48 0.17 0.11
HSL 321.27º 0.67% 0.68% -
HSV(B) 321.27º 0.48% 0.89% -
XYZ 47.66 33.12 52.03 -
YUV 158.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 228 118 189 0 0.48 0.17 0.11 321.27 0.67 0.68
Hex E4 76 BD 0 30 11 B 141 43 44
Octal 344 166 275 0 60 21 13 501 103 104
Binary 11100100 1110110 10111101 0 110000 10001 1011 101000001 1000011 1000100

Color Harmonies of #E476BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E476BD

Black with #E476BD

Text Example


Text Example

White with #E476BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E476BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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