Html Css Color HEX #E17DBF Persian Pink

📋 copy color: '#E17DBF'

red 225 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E17DBF

Tints of Persian Pink #E17DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.3%

R = 41.59%
G = 23.11%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E17DBF (or 0xE17DBF) is known color: Persian Pink. HEX triplet: E1, 7D and BF. RGB value is (225,125,191). Sum of RGB (Red+Green+Blue) = 225+125+191=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBF is #1E8240. Grayscale: #A2A2A2. Windows color (decimal): -1999425 or 12549601. OLE color: 12549601.

HSL color Cylindrical-coordinate representation of color #E17DBF: hue angle of 320.4º 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 #E17DBF is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 191 -
CMYK 0 0.44 0.15 0.12
HSL 320.4º 0.63% 0.69% -
HSV(B) 320.4º 0.44% 0.88% -
XYZ 47.79 34.44 53.42 -
YUV 162.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 225 125 191 0 0.44 0.15 0.12 320.4 0.63 0.69
Hex E1 7D BF 0 2C F C 140 3E 45
Octal 341 175 277 0 54 17 14 500 76 105
Binary 11100001 1111101 10111111 0 101100 1111 1100 101000000 111110 1000101

Color Harmonies of #E17DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DBF

Black with #E17DBF

Text Example


Text Example

White with #E17DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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