Html Css Color HEX #E574BA Persian Pink

📋 copy color: '#E574BA'

red 229 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #E574BA

Tints of Persian Pink #E574BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 43.13%
G = 21.85%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E574BA (or 0xE574BA) is known color: Persian Pink. HEX triplet: E5, 74 and BA. RGB value is (229,116,186). Sum of RGB (Red+Green+Blue) = 229+116+186=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E574BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574BA is #1A8B45. Grayscale: #9D9D9D. Windows color (decimal): -1739590 or 12219621. OLE color: 12219621.

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

Color convert

RGB 229 116 186 -
CMYK 0 0.49 0.19 0.10
HSL 322.83º 0.68% 0.68% -
HSV(B) 322.83º 0.49% 0.9% -
XYZ 47.42 32.69 50.27 -
YUV 157.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 229 116 186 0 0.49 0.19 0.10 322.83 0.68 0.68
Hex E5 74 BA 0 31 13 A 143 44 44
Octal 345 164 272 0 61 23 12 503 104 104
Binary 11100101 1110100 10111010 0 110001 10011 1010 101000011 1000100 1000100

Color Harmonies of #E574BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574BA

Black with #E574BA

Text Example


Text Example

White with #E574BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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