Html Css Color HEX #E572B0 Persian Pink

📋 copy color: '#E572B0'

red 229 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #E572B0

Tints of Persian Pink #E572B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 44.12%
G = 21.97%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E572B0 (or 0xE572B0) is known color: Persian Pink. HEX triplet: E5, 72 and B0. RGB value is (229,114,176). Sum of RGB (Red+Green+Blue) = 229+114+176=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E572B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572B0 is #1A8D4F. Grayscale: #9B9B9B. Windows color (decimal): -1740112 or 11563749. OLE color: 11563749.

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

Color convert

RGB 229 114 176 -
CMYK 0 0.50 0.23 0.10
HSL 327.65º 0.69% 0.67% -
HSV(B) 327.65º 0.5% 0.9% -
XYZ 46.17 31.83 44.78 -
YUV 155.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 229 114 176 0 0.50 0.23 0.10 327.65 0.69 0.67
Hex E5 72 B0 0 32 17 A 148 45 43
Octal 345 162 260 0 62 27 12 510 105 103
Binary 11100101 1110010 10110000 0 110010 10111 1010 101001000 1000101 1000011

Color Harmonies of #E572B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572B0

Black with #E572B0

Text Example


Text Example

White with #E572B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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