Html Css Color HEX #E57DBF Persian Pink

📋 copy color: '#E57DBF'

red 229 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E57DBF

Tints of Persian Pink #E57DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.05%

R = 42.02%
G = 22.94%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E57DBF (or 0xE57DBF) is known color: Persian Pink. HEX triplet: E5, 7D and BF. RGB value is (229,125,191). Sum of RGB (Red+Green+Blue) = 229+125+191=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DBF is #1A8240. Grayscale: #A3A3A3. Windows color (decimal): -1737281 or 12549605. OLE color: 12549605.

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

Color convert

RGB 229 125 191 -
CMYK 0 0.45 0.17 0.10
HSL 321.92º 0.67% 0.69% -
HSV(B) 321.92º 0.45% 0.9% -
XYZ 49.05 35.09 53.48 -
YUV 163.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 229 125 191 0 0.45 0.17 0.10 321.92 0.67 0.69
Hex E5 7D BF 0 2D 11 A 142 43 45
Octal 345 175 277 0 55 21 12 502 103 105
Binary 11100101 1111101 10111111 0 101101 10001 1010 101000010 1000011 1000101

Color Harmonies of #E57DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DBF

Black with #E57DBF

Text Example


Text Example

White with #E57DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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