Html Css Color HEX #E572B6 Persian Pink

📋 copy color: '#E572B6'

red 229 ◦ green 114 ◦ blue 182

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

Shades of Persian Pink #E572B6

Tints of Persian Pink #E572B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.67%

R = 43.62%
G = 21.71%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E572B6 (or 0xE572B6) is known color: Persian Pink. HEX triplet: E5, 72 and B6. RGB value is (229,114,182). Sum of RGB (Red+Green+Blue) = 229+114+182=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E572B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E572B6 is #1A8D49. Grayscale: #9B9B9B. Windows color (decimal): -1740106 or 11956965. OLE color: 11956965.

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

Color convert

RGB 229 114 182 -
CMYK 0 0.50 0.21 0.10
HSL 324.52º 0.69% 0.67% -
HSV(B) 324.52º 0.5% 0.9% -
XYZ 46.77 32.07 47.98 -
YUV 156.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 229 114 182 0 0.50 0.21 0.10 324.52 0.69 0.67
Hex E5 72 B6 0 32 15 A 145 45 43
Octal 345 162 266 0 62 25 12 505 105 103
Binary 11100101 1110010 10110110 0 110010 10101 1010 101000101 1000101 1000011

Color Harmonies of #E572B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E572B6

Black with #E572B6

Text Example


Text Example

White with #E572B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E572B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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