Html Css Color HEX #E57DB2 Persian Pink

📋 copy color: '#E57DB2'

red 229 ◦ green 125 ◦ blue 178

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

Shades of Persian Pink #E57DB2

Tints of Persian Pink #E57DB2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

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

R = 43.05%
G = 23.5%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E57DB2 (or 0xE57DB2) is known color: Persian Pink. HEX triplet: E5, 7D and B2. RGB value is (229,125,178). Sum of RGB (Red+Green+Blue) = 229+125+178=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57DB2 is #1A824D. Grayscale: #A2A2A2. Windows color (decimal): -1737294 or 11697637. OLE color: 11697637.

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

Color convert

RGB 229 125 178 -
CMYK 0 0.45 0.22 0.10
HSL 329.42º 0.67% 0.69% -
HSV(B) 329.42º 0.45% 0.9% -
XYZ 47.68 34.54 46.27 -
YUV 162.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 229 125 178 0 0.45 0.22 0.10 329.42 0.67 0.69
Hex E5 7D B2 0 2D 16 A 149 43 45
Octal 345 175 262 0 55 26 12 511 103 105
Binary 11100101 1111101 10110010 0 101101 10110 1010 101001001 1000011 1000101

Color Harmonies of #E57DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DB2

Black with #E57DB2

Text Example


Text Example

White with #E57DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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