Html Css Color HEX #E17AC0 Persian Pink

📋 copy color: '#E17AC0'

red 225 ◦ green 122 ◦ blue 192

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

Shades of Persian Pink #E17AC0

Tints of Persian Pink #E17AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 41.74%
G = 22.63%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E17AC0 (or 0xE17AC0) is known color: Persian Pink. HEX triplet: E1, 7A and C0. RGB value is (225,122,192). Sum of RGB (Red+Green+Blue) = 225+122+192=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AC0 is #1E853F. Grayscale: #A0A0A0. Windows color (decimal): -2000192 or 12614369. OLE color: 12614369.

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

Color convert

RGB 225 122 192 -
CMYK 0 0.46 0.15 0.12
HSL 319.22º 0.63% 0.68% -
HSV(B) 319.22º 0.46% 0.88% -
XYZ 47.53 33.73 53.88 -
YUV 160.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 225 122 192 0 0.46 0.15 0.12 319.22 0.63 0.68
Hex E1 7A C0 0 2E F C 13F 3F 44
Octal 341 172 300 0 56 17 14 477 77 104
Binary 11100001 1111010 11000000 0 101110 1111 1100 100111111 111111 1000100

Color Harmonies of #E17AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AC0

Black with #E17AC0

Text Example


Text Example

White with #E17AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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