Html Css Color HEX #E172BE Persian Pink

📋 copy color: '#E172BE'

red 225 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #E172BE

Tints of Persian Pink #E172BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 42.53%
G = 21.55%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E172BE (or 0xE172BE) is known color: Persian Pink. HEX triplet: E1, 72 and BE. RGB value is (225,114,190). Sum of RGB (Red+Green+Blue) = 225+114+190=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E172BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172BE is #1E8D41. Grayscale: #9B9B9B. Windows color (decimal): -2002242 or 12481249. OLE color: 12481249.

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

Color convert

RGB 225 114 190 -
CMYK 0 0.49 0.16 0.12
HSL 318.92º 0.65% 0.66% -
HSV(B) 318.92º 0.49% 0.88% -
XYZ 46.36 31.76 52.4 -
YUV 155.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 225 114 190 0 0.49 0.16 0.12 318.92 0.65 0.66
Hex E1 72 BE 0 31 10 C 13F 41 42
Octal 341 162 276 0 61 20 14 477 101 102
Binary 11100001 1110010 10111110 0 110001 10000 1100 100111111 1000001 1000010

Color Harmonies of #E172BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172BE

Black with #E172BE

Text Example


Text Example

White with #E172BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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