Html Css Color HEX #E570B1 Persian Pink

📋 copy color: '#E570B1'

red 229 ◦ green 112 ◦ blue 177

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

Shades of Persian Pink #E570B1

Tints of Persian Pink #E570B1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.62%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 44.21%
G = 21.62%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E570B1 (or 0xE570B1) is known color: Persian Pink. HEX triplet: E5, 70 and B1. RGB value is (229,112,177). Sum of RGB (Red+Green+Blue) = 229+112+177=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E570B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570B1 is #1A8F4E. Grayscale: #9A9A9A. Windows color (decimal): -1740623 or 11628773. OLE color: 11628773.

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

Color convert

RGB 229 112 177 -
CMYK 0 0.51 0.23 0.10
HSL 326.67º 0.69% 0.67% -
HSV(B) 326.67º 0.51% 0.9% -
XYZ 46.04 31.42 45.23 -
YUV 154.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 229 112 177 0 0.51 0.23 0.10 326.67 0.69 0.67
Hex E5 70 B1 0 33 17 A 147 45 43
Octal 345 160 261 0 63 27 12 507 105 103
Binary 11100101 1110000 10110001 0 110011 10111 1010 101000111 1000101 1000011

Color Harmonies of #E570B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570B1

Black with #E570B1

Text Example


Text Example

White with #E570B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570B1; }

 p { color: rgb(229,112,177); }

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

background-color css

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

 a { background-color: rgb(229,112,177); }

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

border-color css

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

 span { border-color: rgb(229,112,177); }

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