Html Css Color HEX #E172BC Persian Pink

📋 copy color: '#E172BC'

red 225 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #E172BC

Tints of Persian Pink #E172BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 42.69%
G = 21.63%
B = 35.67%

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

#E172BC (or 0xE172BC) is known color: Persian Pink. HEX triplet: E1, 72 and BC. RGB value is (225,114,188). Sum of RGB (Red+Green+Blue) = 225+114+188=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172BC is #1E8D43. Grayscale: #9B9B9B. Windows color (decimal): -2002244 or 12350177. OLE color: 12350177.

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

Color convert

RGB 225 114 188 -
CMYK 0 0.49 0.16 0.12
HSL 320º 0.65% 0.66% -
HSV(B) 320º 0.49% 0.88% -
XYZ 46.15 31.67 51.26 -
YUV 155.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 225 114 188 0 0.49 0.16 0.12 320 0.65 0.66
Hex E1 72 BC 0 31 10 C 140 41 42
Octal 341 162 274 0 61 20 14 500 101 102
Binary 11100001 1110010 10111100 0 110001 10000 1100 101000000 1000001 1000010

Color Harmonies of #E172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172BC

Black with #E172BC

Text Example


Text Example

White with #E172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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