Html Css Color HEX #E17EC1 Persian Pink

📋 copy color: '#E17EC1'

red 225 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #E17EC1

Tints of Persian Pink #E17EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.16%

 BLUE value IS 193 (75.78% from 255) = 35.48%

R = 41.36%
G = 23.16%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E17EC1 (or 0xE17EC1) is known color: Persian Pink. HEX triplet: E1, 7E and C1. RGB value is (225,126,193). Sum of RGB (Red+Green+Blue) = 225+126+193=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EC1 is #1E813E. Grayscale: #A3A3A3. Windows color (decimal): -1999167 or 12680929. OLE color: 12680929.

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

Color convert

RGB 225 126 193 -
CMYK 0 0.44 0.14 0.12
HSL 319.39º 0.62% 0.69% -
HSV(B) 319.39º 0.44% 0.88% -
XYZ 48.14 34.78 54.63 -
YUV 163.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 225 126 193 0 0.44 0.14 0.12 319.39 0.62 0.69
Hex E1 7E C1 0 2C E C 13F 3E 45
Octal 341 176 301 0 54 16 14 477 76 105
Binary 11100001 1111110 11000001 0 101100 1110 1100 100111111 111110 1000101

Color Harmonies of #E17EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EC1

Black with #E17EC1

Text Example


Text Example

White with #E17EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EC1; }

 p { color: rgb(225,126,193); }

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

background-color css

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

 a { background-color: rgb(225,126,193); }

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

border-color css

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

 span { border-color: rgb(225,126,193); }

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