Html Css Color HEX #E17ABD Persian Pink

📋 copy color: '#E17ABD'

red 225 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #E17ABD

Tints of Persian Pink #E17ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.76%

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 41.98%
G = 22.76%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17ABD (or 0xE17ABD) is known color: Persian Pink. HEX triplet: E1, 7A and BD. RGB value is (225,122,189). Sum of RGB (Red+Green+Blue) = 225+122+189=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ABD is #1E8542. Grayscale: #A0A0A0. Windows color (decimal): -2000195 or 12417761. OLE color: 12417761.

HSL color Cylindrical-coordinate representation of color #E17ABD: hue angle of 320.97º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17ABD is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 122 189 -
CMYK 0 0.46 0.16 0.12
HSL 320.97º 0.63% 0.68% -
HSV(B) 320.97º 0.46% 0.88% -
XYZ 47.2 33.6 52.14 -
YUV 160.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 225 122 189 0 0.46 0.16 0.12 320.97 0.63 0.68
Hex E1 7A BD 0 2E 10 C 141 3F 44
Octal 341 172 275 0 56 20 14 501 77 104
Binary 11100001 1111010 10111101 0 101110 10000 1100 101000001 111111 1000100

Color Harmonies of #E17ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ABD

Black with #E17ABD

Text Example


Text Example

White with #E17ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ABD; }

 p { color: rgb(225,122,189); }

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

background-color css

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

 a { background-color: rgb(225,122,189); }

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

border-color css

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

 span { border-color: rgb(225,122,189); }

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