Html Css Color HEX #E572BA Persian Pink

📋 copy color: '#E572BA'

red 229 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E572BA

Tints of Persian Pink #E572BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.55%

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

R = 43.29%
G = 21.55%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E572BA (or 0xE572BA) is known color: Persian Pink. HEX triplet: E5, 72 and BA. RGB value is (229,114,186). Sum of RGB (Red+Green+Blue) = 229+114+186=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572BA is #1A8D45. Grayscale: #9C9C9C. Windows color (decimal): -1740102 or 12219109. OLE color: 12219109.

HSL color Cylindrical-coordinate representation of color #E572BA: hue angle of 322.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572BA is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 114 186 -
CMYK 0 0.50 0.19 0.10
HSL 322.43º 0.69% 0.67% -
HSV(B) 322.43º 0.5% 0.9% -
XYZ 47.19 32.24 50.19 -
YUV 156.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 229 114 186 0 0.50 0.19 0.10 322.43 0.69 0.67
Hex E5 72 BA 0 32 13 A 142 45 43
Octal 345 162 272 0 62 23 12 502 105 103
Binary 11100101 1110010 10111010 0 110010 10011 1010 101000010 1000101 1000011

Color Harmonies of #E572BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572BA

Black with #E572BA

Text Example


Text Example

White with #E572BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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