Html Css Color HEX #E57EBD Persian Pink

📋 copy color: '#E57EBD'

red 229 ◦ green 126 ◦ blue 189

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

Shades of Persian Pink #E57EBD

Tints of Persian Pink #E57EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.16%

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

R = 42.1%
G = 23.16%
B = 34.74%

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

#E57EBD (or 0xE57EBD) is known color: Persian Pink. HEX triplet: E5, 7E and BD. RGB value is (229,126,189). Sum of RGB (Red+Green+Blue) = 229+126+189=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EBD is #1A8142. Grayscale: #A3A3A3. Windows color (decimal): -1737027 or 12418789. OLE color: 12418789.

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

Color convert

RGB 229 126 189 -
CMYK 0 0.45 0.17 0.10
HSL 323.3º 0.66% 0.7% -
HSV(B) 323.3º 0.45% 0.9% -
XYZ 48.96 35.25 52.37 -
YUV 163.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 229 126 189 0 0.45 0.17 0.10 323.3 0.66 0.7
Hex E5 7E BD 0 2D 11 A 143 42 46
Octal 345 176 275 0 55 21 12 503 102 106
Binary 11100101 1111110 10111101 0 101101 10001 1010 101000011 1000010 1000110

Color Harmonies of #E57EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57EBD

Black with #E57EBD

Text Example


Text Example

White with #E57EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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