Html Css Color HEX #E172B9 Persian Pink

📋 copy color: '#E172B9'

red 225 ◦ green 114 ◦ blue 185

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

Shades of Persian Pink #E172B9

Tints of Persian Pink #E172B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 42.94%
G = 21.76%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E172B9 (or 0xE172B9) is known color: Persian Pink. HEX triplet: E1, 72 and B9. RGB value is (225,114,185). Sum of RGB (Red+Green+Blue) = 225+114+185=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172B9 is #1E8D46. Grayscale: #9B9B9B. Windows color (decimal): -2002247 or 12153569. OLE color: 12153569.

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

Color convert

RGB 225 114 185 -
CMYK 0 0.49 0.18 0.12
HSL 321.62º 0.65% 0.66% -
HSV(B) 321.62º 0.49% 0.88% -
XYZ 45.83 31.54 49.57 -
YUV 155.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 225 114 185 0 0.49 0.18 0.12 321.62 0.65 0.66
Hex E1 72 B9 0 31 12 C 142 41 42
Octal 341 162 271 0 61 22 14 502 101 102
Binary 11100001 1110010 10111001 0 110001 10010 1100 101000010 1000001 1000010

Color Harmonies of #E172B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172B9

Black with #E172B9

Text Example


Text Example

White with #E172B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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