Html Css Color HEX #E571B5 Persian Pink

📋 copy color: '#E571B5'

red 229 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #E571B5

Tints of Persian Pink #E571B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 43.79%
G = 21.61%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E571B5 (or 0xE571B5) is known color: Persian Pink. HEX triplet: E5, 71 and B5. RGB value is (229,113,181). Sum of RGB (Red+Green+Blue) = 229+113+181=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E571B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571B5 is #1A8E4A. Grayscale: #9B9B9B. Windows color (decimal): -1740363 or 11891173. OLE color: 11891173.

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

Color convert

RGB 229 113 181 -
CMYK 0 0.51 0.21 0.10
HSL 324.83º 0.69% 0.67% -
HSV(B) 324.83º 0.51% 0.9% -
XYZ 46.56 31.8 47.4 -
YUV 155.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 229 113 181 0 0.51 0.21 0.10 324.83 0.69 0.67
Hex E5 71 B5 0 33 15 A 145 45 43
Octal 345 161 265 0 63 25 12 505 105 103
Binary 11100101 1110001 10110101 0 110011 10101 1010 101000101 1000101 1000011

Color Harmonies of #E571B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E571B5

Black with #E571B5

Text Example


Text Example

White with #E571B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E571B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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