Html Css Color HEX #E17AC2 Persian Pink

📋 copy color: '#E17AC2'

red 225 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #E17AC2

Tints of Persian Pink #E17AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 41.59%
G = 22.55%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E17AC2 (or 0xE17AC2) is known color: Persian Pink. HEX triplet: E1, 7A and C2. RGB value is (225,122,194). Sum of RGB (Red+Green+Blue) = 225+122+194=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AC2 is #1E853D. Grayscale: #A0A0A0. Windows color (decimal): -2000190 or 12745441. OLE color: 12745441.

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

Color convert

RGB 225 122 194 -
CMYK 0 0.46 0.14 0.12
HSL 318.06º 0.63% 0.68% -
HSV(B) 318.06º 0.46% 0.88% -
XYZ 47.75 33.82 55.05 -
YUV 161.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 225 122 194 0 0.46 0.14 0.12 318.06 0.63 0.68
Hex E1 7A C2 0 2E E C 13E 3F 44
Octal 341 172 302 0 56 16 14 476 77 104
Binary 11100001 1111010 11000010 0 101110 1110 1100 100111110 111111 1000100

Color Harmonies of #E17AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17AC2

Black with #E17AC2

Text Example


Text Example

White with #E17AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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