Html Css Color HEX #E57DBA Persian Pink

📋 copy color: '#E57DBA'

red 229 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #E57DBA

Tints of Persian Pink #E57DBA

RGB

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

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

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

R = 42.41%
G = 23.15%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E57DBA (or 0xE57DBA) is known color: Persian Pink. HEX triplet: E5, 7D and BA. RGB value is (229,125,186). Sum of RGB (Red+Green+Blue) = 229+125+186=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DBA is #1A8245. Grayscale: #A2A2A2. Windows color (decimal): -1737286 or 12221925. OLE color: 12221925.

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

Color convert

RGB 229 125 186 -
CMYK 0 0.45 0.19 0.10
HSL 324.81º 0.67% 0.69% -
HSV(B) 324.81º 0.45% 0.9% -
XYZ 48.51 34.87 50.63 -
YUV 163.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 229 125 186 0 0.45 0.19 0.10 324.81 0.67 0.69
Hex E5 7D BA 0 2D 13 A 145 43 45
Octal 345 175 272 0 55 23 12 505 103 105
Binary 11100101 1111101 10111010 0 101101 10011 1010 101000101 1000011 1000101

Color Harmonies of #E57DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DBA

Black with #E57DBA

Text Example


Text Example

White with #E57DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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