Html Css Color HEX #E571BE Persian Pink

📋 copy color: '#E571BE'

red 229 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E571BE

Tints of Persian Pink #E571BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 43.05%
G = 21.24%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E571BE (or 0xE571BE) is known color: Persian Pink. HEX triplet: E5, 71 and BE. RGB value is (229,113,190). Sum of RGB (Red+Green+Blue) = 229+113+190=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E571BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571BE is #1A8E41. Grayscale: #9C9C9C. Windows color (decimal): -1740354 or 12480997. OLE color: 12480997.

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

Color convert

RGB 229 113 190 -
CMYK 0 0.51 0.17 0.10
HSL 320.17º 0.69% 0.67% -
HSV(B) 320.17º 0.51% 0.9% -
XYZ 47.51 32.19 52.42 -
YUV 156.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 229 113 190 0 0.51 0.17 0.10 320.17 0.69 0.67
Hex E5 71 BE 0 33 11 A 140 45 43
Octal 345 161 276 0 63 21 12 500 105 103
Binary 11100101 1110001 10111110 0 110011 10001 1010 101000000 1000101 1000011

Color Harmonies of #E571BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571BE

Black with #E571BE

Text Example


Text Example

White with #E571BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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