Html Css Color HEX #E571BC Persian Pink

📋 copy color: '#E571BC'

red 229 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #E571BC

Tints of Persian Pink #E571BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.32%

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

R = 43.21%
G = 21.32%
B = 35.47%

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

#E571BC (or 0xE571BC) is known color: Persian Pink. HEX triplet: E5, 71 and BC. RGB value is (229,113,188). Sum of RGB (Red+Green+Blue) = 229+113+188=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E571BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571BC is #1A8E43. Grayscale: #9C9C9C. Windows color (decimal): -1740356 or 12349925. OLE color: 12349925.

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

Color convert

RGB 229 113 188 -
CMYK 0 0.51 0.18 0.10
HSL 321.21º 0.69% 0.67% -
HSV(B) 321.21º 0.51% 0.9% -
XYZ 47.3 32.1 51.28 -
YUV 156.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 229 113 188 0 0.51 0.18 0.10 321.21 0.69 0.67
Hex E5 71 BC 0 33 12 A 141 45 43
Octal 345 161 274 0 63 22 12 501 105 103
Binary 11100101 1110001 10111100 0 110011 10010 1010 101000001 1000101 1000011

Color Harmonies of #E571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571BC

Black with #E571BC

Text Example


Text Example

White with #E571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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