Html Css Color HEX #E570BC Persian Pink

📋 copy color: '#E570BC'

red 229 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #E570BC

Tints of Persian Pink #E570BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 43.29%
G = 21.17%
B = 35.54%

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

#E570BC (or 0xE570BC) is known color: Persian Pink. HEX triplet: E5, 70 and BC. RGB value is (229,112,188). Sum of RGB (Red+Green+Blue) = 229+112+188=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E570BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E570BC is #1A8F43. Grayscale: #9B9B9B. Windows color (decimal): -1740612 or 12349669. OLE color: 12349669.

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

Color convert

RGB 229 112 188 -
CMYK 0 0.51 0.18 0.10
HSL 321.03º 0.69% 0.67% -
HSV(B) 321.03º 0.51% 0.9% -
XYZ 47.18 31.88 51.24 -
YUV 155.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 229 112 188 0 0.51 0.18 0.10 321.03 0.69 0.67
Hex E5 70 BC 0 33 12 A 141 45 43
Octal 345 160 274 0 63 22 12 501 105 103
Binary 11100101 1110000 10111100 0 110011 10010 1010 101000001 1000101 1000011

Color Harmonies of #E570BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E570BC

Black with #E570BC

Text Example


Text Example

White with #E570BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E570BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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