Html Css Color HEX #E17DB8 Persian Pink

📋 copy color: '#E17DB8'

red 225 ◦ green 125 ◦ blue 184

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

Shades of Persian Pink #E17DB8

Tints of Persian Pink #E17DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 42.13%
G = 23.41%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E17DB8 (or 0xE17DB8) is known color: Persian Pink. HEX triplet: E1, 7D and B8. RGB value is (225,125,184). Sum of RGB (Red+Green+Blue) = 225+125+184=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DB8 is #1E8247. Grayscale: #A1A1A1. Windows color (decimal): -1999432 or 12090849. OLE color: 12090849.

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

Color convert

RGB 225 125 184 -
CMYK 0 0.44 0.18 0.12
HSL 324.6º 0.63% 0.69% -
HSV(B) 324.6º 0.44% 0.88% -
XYZ 47.04 34.14 49.46 -
YUV 161.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 225 125 184 0 0.44 0.18 0.12 324.6 0.63 0.69
Hex E1 7D B8 0 2C 12 C 145 3E 45
Octal 341 175 270 0 54 22 14 505 76 105
Binary 11100001 1111101 10111000 0 101100 10010 1100 101000101 111110 1000101

Color Harmonies of #E17DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DB8

Black with #E17DB8

Text Example


Text Example

White with #E17DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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