Html Css Color HEX #E17CC0 Persian Pink

📋 copy color: '#E17CC0'

red 225 ◦ green 124 ◦ blue 192

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

Shades of Persian Pink #E17CC0

Tints of Persian Pink #E17CC0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

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

R = 41.59%
G = 22.92%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E17CC0 (or 0xE17CC0) is known color: Persian Pink. HEX triplet: E1, 7C and C0. RGB value is (225,124,192). Sum of RGB (Red+Green+Blue) = 225+124+192=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CC0 is #1E833F. Grayscale: #A1A1A1. Windows color (decimal): -1999680 or 12614881. OLE color: 12614881.

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

Color convert

RGB 225 124 192 -
CMYK 0 0.45 0.15 0.12
HSL 319.6º 0.63% 0.68% -
HSV(B) 319.6º 0.45% 0.88% -
XYZ 47.77 34.23 53.96 -
YUV 161.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 225 124 192 0 0.45 0.15 0.12 319.6 0.63 0.68
Hex E1 7C C0 0 2D F C 140 3F 44
Octal 341 174 300 0 55 17 14 500 77 104
Binary 11100001 1111100 11000000 0 101101 1111 1100 101000000 111111 1000100

Color Harmonies of #E17CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CC0

Black with #E17CC0

Text Example


Text Example

White with #E17CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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