Html Css Color HEX #E17DBE Persian Pink

📋 copy color: '#E17DBE'

red 225 ◦ green 125 ◦ blue 190

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

Shades of Persian Pink #E17DBE

Tints of Persian Pink #E17DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 41.67%
G = 23.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17DBE (or 0xE17DBE) is known color: Persian Pink. HEX triplet: E1, 7D and BE. RGB value is (225,125,190). Sum of RGB (Red+Green+Blue) = 225+125+190=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBE is #1E8241. Grayscale: #A2A2A2. Windows color (decimal): -1999426 or 12484065. OLE color: 12484065.

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

Color convert

RGB 225 125 190 -
CMYK 0 0.44 0.16 0.12
HSL 321º 0.63% 0.69% -
HSV(B) 321º 0.44% 0.88% -
XYZ 47.68 34.39 52.84 -
YUV 162.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 225 125 190 0 0.44 0.16 0.12 321 0.63 0.69
Hex E1 7D BE 0 2C 10 C 141 3E 45
Octal 341 175 276 0 54 20 14 501 76 105
Binary 11100001 1111101 10111110 0 101100 10000 1100 101000001 111110 1000101

Color Harmonies of #E17DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DBE

Black with #E17DBE

Text Example


Text Example

White with #E17DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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