Html Css Color HEX #E170BD Persian Pink

📋 copy color: '#E170BD'

red 225 ◦ green 112 ◦ blue 189

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

Shades of Persian Pink #E170BD

Tints of Persian Pink #E170BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

 BLUE value IS 189 (74.22% from 255) = 35.93%

R = 42.78%
G = 21.29%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E170BD (or 0xE170BD) is known color: Persian Pink. HEX triplet: E1, 70 and BD. RGB value is (225,112,189). Sum of RGB (Red+Green+Blue) = 225+112+189=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E170BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170BD is #1E8F42. Grayscale: #9A9A9A. Windows color (decimal): -2002755 or 12415201. OLE color: 12415201.

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

Color convert

RGB 225 112 189 -
CMYK 0 0.50 0.16 0.12
HSL 319.12º 0.65% 0.66% -
HSV(B) 319.12º 0.5% 0.88% -
XYZ 46.03 31.27 51.75 -
YUV 154.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 225 112 189 0 0.50 0.16 0.12 319.12 0.65 0.66
Hex E1 70 BD 0 32 10 C 13F 41 42
Octal 341 160 275 0 62 20 14 477 101 102
Binary 11100001 1110000 10111101 0 110010 10000 1100 100111111 1000001 1000010

Color Harmonies of #E170BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170BD

Black with #E170BD

Text Example


Text Example

White with #E170BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170BD; }

 p { color: rgb(225,112,189); }

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

background-color css

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

 a { background-color: rgb(225,112,189); }

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

border-color css

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

 span { border-color: rgb(225,112,189); }

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