Html Css Color HEX #E17DB1 Persian Pink

📋 copy color: '#E17DB1'

red 225 ◦ green 125 ◦ blue 177

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

Shades of Persian Pink #E17DB1

Tints of Persian Pink #E17DB1

RGB

 RED value IS 225 (88.28% from 255) = 42.69%

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

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 42.69%
G = 23.72%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E17DB1 (or 0xE17DB1) is known color: Persian Pink. HEX triplet: E1, 7D and B1. RGB value is (225,125,177). Sum of RGB (Red+Green+Blue) = 225+125+177=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DB1 is #1E824E. Grayscale: #A0A0A0. Windows color (decimal): -1999439 or 11632097. OLE color: 11632097.

HSL color Cylindrical-coordinate representation of color #E17DB1: hue angle of 328.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DB1 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 177 -
CMYK 0 0.44 0.21 0.12
HSL 328.8º 0.63% 0.69% -
HSV(B) 328.8º 0.44% 0.88% -
XYZ 46.32 33.85 45.69 -
YUV 160.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 225 125 177 0 0.44 0.21 0.12 328.8 0.63 0.69
Hex E1 7D B1 0 2C 15 C 149 3E 45
Octal 341 175 261 0 54 25 14 511 76 105
Binary 11100001 1111101 10110001 0 101100 10101 1100 101001001 111110 1000101

Color Harmonies of #E17DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DB1

Black with #E17DB1

Text Example


Text Example

White with #E17DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DB1; }

 p { color: rgb(225,125,177); }

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

background-color css

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

 a { background-color: rgb(225,125,177); }

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

border-color css

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

 span { border-color: rgb(225,125,177); }

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