Html Css Color HEX #E574AD Persian Pink

📋 copy color: '#E574AD'

red 229 ◦ green 116 ◦ blue 173

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

Shades of Persian Pink #E574AD

Tints of Persian Pink #E574AD

RGB

 RED value IS 229 (89.84% from 255) = 44.21%

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 44.21%
G = 22.39%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E574AD (or 0xE574AD) is known color: Persian Pink. HEX triplet: E5, 74 and AD. RGB value is (229,116,173). Sum of RGB (Red+Green+Blue) = 229+116+173=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E574AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574AD is #1A8B52. Grayscale: #9C9C9C. Windows color (decimal): -1739603 or 11367653. OLE color: 11367653.

HSL color Cylindrical-coordinate representation of color #E574AD: hue angle of 329.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574AD is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 173 -
CMYK 0 0.49 0.24 0.10
HSL 329.73º 0.68% 0.68% -
HSV(B) 329.73º 0.49% 0.9% -
XYZ 46.1 32.17 43.31 -
YUV 156.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 229 116 173 0 0.49 0.24 0.10 329.73 0.68 0.68
Hex E5 74 AD 0 31 18 A 14A 44 44
Octal 345 164 255 0 61 30 12 512 104 104
Binary 11100101 1110100 10101101 0 110001 11000 1010 101001010 1000100 1000100

Color Harmonies of #E574AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574AD

Black with #E574AD

Text Example


Text Example

White with #E574AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574AD; }

 p { color: rgb(229,116,173); }

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

background-color css

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

 a { background-color: rgb(229,116,173); }

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

border-color css

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

 span { border-color: rgb(229,116,173); }

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