Html Css Color HEX #E57DB3 Persian Pink

📋 copy color: '#E57DB3'

red 229 ◦ green 125 ◦ blue 179

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

Shades of Persian Pink #E57DB3

Tints of Persian Pink #E57DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.58%

R = 42.96%
G = 23.45%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E57DB3 (or 0xE57DB3) is known color: Persian Pink. HEX triplet: E5, 7D and B3. RGB value is (229,125,179). Sum of RGB (Red+Green+Blue) = 229+125+179=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DB3 is #1A824C. Grayscale: #A2A2A2. Windows color (decimal): -1737293 or 11763173. OLE color: 11763173.

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

Color convert

RGB 229 125 179 -
CMYK 0 0.45 0.22 0.10
HSL 328.85º 0.67% 0.69% -
HSV(B) 328.85º 0.45% 0.9% -
XYZ 47.78 34.58 46.8 -
YUV 162.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 229 125 179 0 0.45 0.22 0.10 328.85 0.67 0.69
Hex E5 7D B3 0 2D 16 A 149 43 45
Octal 345 175 263 0 55 26 12 511 103 105
Binary 11100101 1111101 10110011 0 101101 10110 1010 101001001 1000011 1000101

Color Harmonies of #E57DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57DB3

Black with #E57DB3

Text Example


Text Example

White with #E57DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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