Html Css Color HEX #E57FBD Persian Pink

📋 copy color: '#E57FBD'

red 229 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #E57FBD

Tints of Persian Pink #E57FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.3%

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 42.02%
G = 23.3%
B = 34.68%

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

#E57FBD (or 0xE57FBD) is known color: Persian Pink. HEX triplet: E5, 7F and BD. RGB value is (229,127,189). Sum of RGB (Red+Green+Blue) = 229+127+189=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FBD is #1A8042. Grayscale: #A4A4A4. Windows color (decimal): -1736771 or 12419045. OLE color: 12419045.

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

Color convert

RGB 229 127 189 -
CMYK 0 0.45 0.17 0.10
HSL 323.53º 0.66% 0.7% -
HSV(B) 323.53º 0.45% 0.9% -
XYZ 49.09 35.51 52.41 -
YUV 164.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 229 127 189 0 0.45 0.17 0.10 323.53 0.66 0.7
Hex E5 7F BD 0 2D 11 A 144 42 46
Octal 345 177 275 0 55 21 12 504 102 106
Binary 11100101 1111111 10111101 0 101101 10001 1010 101000100 1000010 1000110

Color Harmonies of #E57FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57FBD

Black with #E57FBD

Text Example


Text Example

White with #E57FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57FBD; }

 p { color: rgb(229,127,189); }

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

background-color css

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

 a { background-color: rgb(229,127,189); }

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

border-color css

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

 span { border-color: rgb(229,127,189); }

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