Html Css Color HEX #E172B0 Persian Pink

📋 copy color: '#E172B0'

red 225 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #E172B0

Tints of Persian Pink #E172B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 43.69%
G = 22.14%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E172B0 (or 0xE172B0) is known color: Persian Pink. HEX triplet: E1, 72 and B0. RGB value is (225,114,176). Sum of RGB (Red+Green+Blue) = 225+114+176=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172B0 is #1E8D4F. Grayscale: #9A9A9A. Windows color (decimal): -2002256 or 11563745. OLE color: 11563745.

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

Color convert

RGB 225 114 176 -
CMYK 0 0.49 0.22 0.12
HSL 326.49º 0.65% 0.66% -
HSV(B) 326.49º 0.49% 0.88% -
XYZ 44.91 31.18 44.73 -
YUV 154.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 225 114 176 0 0.49 0.22 0.12 326.49 0.65 0.66
Hex E1 72 B0 0 31 16 C 146 41 42
Octal 341 162 260 0 61 26 14 506 101 102
Binary 11100001 1110010 10110000 0 110001 10110 1100 101000110 1000001 1000010

Color Harmonies of #E172B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172B0

Black with #E172B0

Text Example


Text Example

White with #E172B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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