Html Css Color HEX #E57CB2 Persian Pink

📋 copy color: '#E57CB2'

red 229 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #E57CB2

Tints of Persian Pink #E57CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 43.13%
G = 23.35%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E57CB2 (or 0xE57CB2) is known color: Persian Pink. HEX triplet: E5, 7C and B2. RGB value is (229,124,178). Sum of RGB (Red+Green+Blue) = 229+124+178=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57CB2 is #1A834D. Grayscale: #A1A1A1. Windows color (decimal): -1737550 or 11697381. OLE color: 11697381.

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

Color convert

RGB 229 124 178 -
CMYK 0 0.46 0.22 0.10
HSL 329.14º 0.67% 0.69% -
HSV(B) 329.14º 0.46% 0.9% -
XYZ 47.56 34.29 46.23 -
YUV 161.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 229 124 178 0 0.46 0.22 0.10 329.14 0.67 0.69
Hex E5 7C B2 0 2E 16 A 149 43 45
Octal 345 174 262 0 56 26 12 511 103 105
Binary 11100101 1111100 10110010 0 101110 10110 1010 101001001 1000011 1000101

Color Harmonies of #E57CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57CB2

Black with #E57CB2

Text Example


Text Example

White with #E57CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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