Html Css Color HEX #E473BD Persian Pink

📋 copy color: '#E473BD'

red 228 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #E473BD

Tints of Persian Pink #E473BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.62%

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

R = 42.86%
G = 21.62%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E473BD (or 0xE473BD) is known color: Persian Pink. HEX triplet: E4, 73 and BD. RGB value is (228,115,189). Sum of RGB (Red+Green+Blue) = 228+115+189=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E473BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473BD is #1B8C42. Grayscale: #9D9D9D. Windows color (decimal): -1805379 or 12415972. OLE color: 12415972.

HSL color Cylindrical-coordinate representation of color #E473BD: hue angle of 320.71º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473BD is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 115 189 -
CMYK 0 0.50 0.17 0.11
HSL 320.71º 0.68% 0.67% -
HSV(B) 320.71º 0.5% 0.89% -
XYZ 47.31 32.43 51.91 -
YUV 157.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 228 115 189 0 0.50 0.17 0.11 320.71 0.68 0.67
Hex E4 73 BD 0 32 11 B 141 44 43
Octal 344 163 275 0 62 21 13 501 104 103
Binary 11100100 1110011 10111101 0 110010 10001 1011 101000001 1000100 1000011

Color Harmonies of #E473BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473BD

Black with #E473BD

Text Example


Text Example

White with #E473BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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