Html Css Color HEX #E57CBA Persian Pink

📋 copy color: '#E57CBA'

red 229 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #E57CBA

Tints of Persian Pink #E57CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 42.49%
G = 23.01%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E57CBA (or 0xE57CBA) is known color: Persian Pink. HEX triplet: E5, 7C and BA. RGB value is (229,124,186). Sum of RGB (Red+Green+Blue) = 229+124+186=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CBA is #1A8345. Grayscale: #A2A2A2. Windows color (decimal): -1737542 or 12221669. OLE color: 12221669.

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

Color convert

RGB 229 124 186 -
CMYK 0 0.46 0.19 0.10
HSL 324.57º 0.67% 0.69% -
HSV(B) 324.57º 0.46% 0.9% -
XYZ 48.38 34.62 50.59 -
YUV 162.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 229 124 186 0 0.46 0.19 0.10 324.57 0.67 0.69
Hex E5 7C BA 0 2E 13 A 145 43 45
Octal 345 174 272 0 56 23 12 505 103 105
Binary 11100101 1111100 10111010 0 101110 10011 1010 101000101 1000011 1000101

Color Harmonies of #E57CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CBA

Black with #E57CBA

Text Example


Text Example

White with #E57CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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