Html Css Color HEX #E17DAF Persian Pink

📋 copy color: '#E17DAF'

red 225 ◦ green 125 ◦ blue 175

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

Shades of Persian Pink #E17DAF

Tints of Persian Pink #E17DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 42.86%
G = 23.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E17DAF (or 0xE17DAF) is known color: Persian Pink. HEX triplet: E1, 7D and AF. RGB value is (225,125,175). Sum of RGB (Red+Green+Blue) = 225+125+175=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17DAF is #1E8250. Grayscale: #A0A0A0. Windows color (decimal): -1999441 or 11501025. OLE color: 11501025.

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

Color convert

RGB 225 125 175 -
CMYK 0 0.44 0.22 0.12
HSL 330º 0.63% 0.69% -
HSV(B) 330º 0.44% 0.88% -
XYZ 46.12 33.77 44.64 -
YUV 160.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 225 125 175 0 0.44 0.22 0.12 330 0.63 0.69
Hex E1 7D AF 0 2C 16 C 14A 3E 45
Octal 341 175 257 0 54 26 14 512 76 105
Binary 11100001 1111101 10101111 0 101100 10110 1100 101001010 111110 1000101

Color Harmonies of #E17DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DAF

Black with #E17DAF

Text Example


Text Example

White with #E17DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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