Html Css Color HEX #E473AD Persian Pink

📋 copy color: '#E473AD'

red 228 ◦ green 115 ◦ blue 173

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

Shades of Persian Pink #E473AD

Tints of Persian Pink #E473AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 44.19%
G = 22.29%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E473AD (or 0xE473AD) is known color: Persian Pink. HEX triplet: E4, 73 and AD. RGB value is (228,115,173). Sum of RGB (Red+Green+Blue) = 228+115+173=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E473AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E473AD is #1B8C52. Grayscale: #9B9B9B. Windows color (decimal): -1805395 or 11367396. OLE color: 11367396.

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

Color convert

RGB 228 115 173 -
CMYK 0 0.50 0.24 0.11
HSL 329.2º 0.68% 0.67% -
HSV(B) 329.2º 0.5% 0.89% -
XYZ 45.67 31.77 43.26 -
YUV 155.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 228 115 173 0 0.50 0.24 0.11 329.2 0.68 0.67
Hex E4 73 AD 0 32 18 B 149 44 43
Octal 344 163 255 0 62 30 13 511 104 103
Binary 11100100 1110011 10101101 0 110010 11000 1011 101001001 1000100 1000011

Color Harmonies of #E473AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E473AD

Black with #E473AD

Text Example


Text Example

White with #E473AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E473AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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