Html Css Color HEX #E57EB4 Persian Pink

📋 copy color: '#E57EB4'

red 229 ◦ green 126 ◦ blue 180

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

Shades of Persian Pink #E57EB4

Tints of Persian Pink #E57EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 42.8%
G = 23.55%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E57EB4 (or 0xE57EB4) is known color: Persian Pink. HEX triplet: E5, 7E and B4. RGB value is (229,126,180). Sum of RGB (Red+Green+Blue) = 229+126+180=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EB4 is #1A814B. Grayscale: #A2A2A2. Windows color (decimal): -1737036 or 11828965. OLE color: 11828965.

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

Color convert

RGB 229 126 180 -
CMYK 0 0.45 0.21 0.10
HSL 328.54º 0.66% 0.7% -
HSV(B) 328.54º 0.45% 0.9% -
XYZ 48.01 34.88 47.38 -
YUV 162.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 229 126 180 0 0.45 0.21 0.10 328.54 0.66 0.7
Hex E5 7E B4 0 2D 15 A 149 42 46
Octal 345 176 264 0 55 25 12 511 102 106
Binary 11100101 1111110 10110100 0 101101 10101 1010 101001001 1000010 1000110

Color Harmonies of #E57EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57EB4

Black with #E57EB4

Text Example


Text Example

White with #E57EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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