Html Css Color HEX #E172C0 Persian Pink

📋 copy color: '#E172C0'

red 225 ◦ green 114 ◦ blue 192

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

Shades of Persian Pink #E172C0

Tints of Persian Pink #E172C0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.47%

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

R = 42.37%
G = 21.47%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E172C0 (or 0xE172C0) is known color: Persian Pink. HEX triplet: E1, 72 and C0. RGB value is (225,114,192). Sum of RGB (Red+Green+Blue) = 225+114+192=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E172C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172C0 is #1E8D3F. Grayscale: #9B9B9B. Windows color (decimal): -2002240 or 12612321. OLE color: 12612321.

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

Color convert

RGB 225 114 192 -
CMYK 0 0.49 0.15 0.12
HSL 317.84º 0.65% 0.66% -
HSV(B) 317.84º 0.49% 0.88% -
XYZ 46.58 31.85 53.56 -
YUV 156.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 225 114 192 0 0.49 0.15 0.12 317.84 0.65 0.66
Hex E1 72 C0 0 31 F C 13E 41 42
Octal 341 162 300 0 61 17 14 476 101 102
Binary 11100001 1110010 11000000 0 110001 1111 1100 100111110 1000001 1000010

Color Harmonies of #E172C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172C0

Black with #E172C0

Text Example


Text Example

White with #E172C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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