Html Css Color HEX #E570BB Persian Pink

📋 copy color: '#E570BB'

red 229 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #E570BB

Tints of Persian Pink #E570BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 43.37%
G = 21.21%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E570BB (or 0xE570BB) is known color: Persian Pink. HEX triplet: E5, 70 and BB. RGB value is (229,112,187). Sum of RGB (Red+Green+Blue) = 229+112+187=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E570BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570BB is #1A8F44. Grayscale: #9B9B9B. Windows color (decimal): -1740613 or 12284133. OLE color: 12284133.

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

Color convert

RGB 229 112 187 -
CMYK 0 0.51 0.18 0.10
HSL 321.54º 0.69% 0.67% -
HSV(B) 321.54º 0.51% 0.9% -
XYZ 47.08 31.83 50.68 -
YUV 155.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 229 112 187 0 0.51 0.18 0.10 321.54 0.69 0.67
Hex E5 70 BB 0 33 12 A 142 45 43
Octal 345 160 273 0 63 22 12 502 105 103
Binary 11100101 1110000 10111011 0 110011 10010 1010 101000010 1000101 1000011

Color Harmonies of #E570BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570BB

Black with #E570BB

Text Example


Text Example

White with #E570BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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