Html Css Color HEX #E574AE Persian Pink

📋 copy color: '#E574AE'

red 229 ◦ green 116 ◦ blue 174

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

Shades of Persian Pink #E574AE

Tints of Persian Pink #E574AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 44.12%
G = 22.35%
B = 33.53%

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

#E574AE (or 0xE574AE) is known color: Persian Pink. HEX triplet: E5, 74 and AE. RGB value is (229,116,174). Sum of RGB (Red+Green+Blue) = 229+116+174=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E574AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E574AE is #1A8B51. Grayscale: #9C9C9C. Windows color (decimal): -1739602 or 11433189. OLE color: 11433189.

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

Color convert

RGB 229 116 174 -
CMYK 0 0.49 0.24 0.10
HSL 329.2º 0.68% 0.68% -
HSV(B) 329.2º 0.49% 0.9% -
XYZ 46.2 32.2 43.83 -
YUV 156.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 229 116 174 0 0.49 0.24 0.10 329.2 0.68 0.68
Hex E5 74 AE 0 31 18 A 149 44 44
Octal 345 164 256 0 61 30 12 511 104 104
Binary 11100101 1110100 10101110 0 110001 11000 1010 101001001 1000100 1000100

Color Harmonies of #E574AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574AE

Black with #E574AE

Text Example


Text Example

White with #E574AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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