Html Css Color HEX #E17FC1 Persian Pink

📋 copy color: '#E17FC1'

red 225 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #E17FC1

Tints of Persian Pink #E17FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.3%

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

R = 41.28%
G = 23.3%
B = 35.41%

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

#E17FC1 (or 0xE17FC1) is known color: Persian Pink. HEX triplet: E1, 7F and C1. RGB value is (225,127,193). Sum of RGB (Red+Green+Blue) = 225+127+193=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FC1 is #1E803E. Grayscale: #A3A3A3. Windows color (decimal): -1998911 or 12681185. OLE color: 12681185.

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

Color convert

RGB 225 127 193 -
CMYK 0 0.44 0.14 0.12
HSL 319.59º 0.62% 0.69% -
HSV(B) 319.59º 0.44% 0.88% -
XYZ 48.27 35.04 54.67 -
YUV 163.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 225 127 193 0 0.44 0.14 0.12 319.59 0.62 0.69
Hex E1 7F C1 0 2C E C 140 3E 45
Octal 341 177 301 0 54 16 14 500 76 105
Binary 11100001 1111111 11000001 0 101100 1110 1100 101000000 111110 1000101

Color Harmonies of #E17FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FC1

Black with #E17FC1

Text Example


Text Example

White with #E17FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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