Html Css Color HEX #E57CB1 Persian Pink

📋 copy color: '#E57CB1'

red 229 ◦ green 124 ◦ blue 177

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

Shades of Persian Pink #E57CB1

Tints of Persian Pink #E57CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 43.21%
G = 23.4%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E57CB1 (or 0xE57CB1) is known color: Persian Pink. HEX triplet: E5, 7C and B1. RGB value is (229,124,177). Sum of RGB (Red+Green+Blue) = 229+124+177=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57CB1 is #1A834E. Grayscale: #A1A1A1. Windows color (decimal): -1737551 or 11631845. OLE color: 11631845.

HSL color Cylindrical-coordinate representation of color #E57CB1: hue angle of 329.71º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57CB1 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 124 177 -
CMYK 0 0.46 0.23 0.10
HSL 329.71º 0.67% 0.69% -
HSV(B) 329.71º 0.46% 0.9% -
XYZ 47.46 34.25 45.7 -
YUV 161.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 229 124 177 0 0.46 0.23 0.10 329.71 0.67 0.69
Hex E5 7C B1 0 2E 17 A 14A 43 45
Octal 345 174 261 0 56 27 12 512 103 105
Binary 11100101 1111100 10110001 0 101110 10111 1010 101001010 1000011 1000101

Color Harmonies of #E57CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CB1

Black with #E57CB1

Text Example


Text Example

White with #E57CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CB1; }

 p { color: rgb(229,124,177); }

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

background-color css

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

 a { background-color: rgb(229,124,177); }

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

border-color css

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

 span { border-color: rgb(229,124,177); }

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