Html Css Color HEX #E178BF Persian Pink

📋 copy color: '#E178BF'

red 225 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #E178BF

Tints of Persian Pink #E178BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 41.98%
G = 22.39%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E178BF (or 0xE178BF) is known color: Persian Pink. HEX triplet: E1, 78 and BF. RGB value is (225,120,191). Sum of RGB (Red+Green+Blue) = 225+120+191=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E178BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178BF is #1E8740. Grayscale: #9F9F9F. Windows color (decimal): -2000705 or 12548321. OLE color: 12548321.

HSL color Cylindrical-coordinate representation of color #E178BF: hue angle of 319.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178BF is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 120 191 -
CMYK 0 0.47 0.15 0.12
HSL 319.43º 0.64% 0.68% -
HSV(B) 319.43º 0.47% 0.88% -
XYZ 47.17 33.2 53.21 -
YUV 159.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 225 120 191 0 0.47 0.15 0.12 319.43 0.64 0.68
Hex E1 78 BF 0 2F F C 13F 40 44
Octal 341 170 277 0 57 17 14 477 100 104
Binary 11100001 1111000 10111111 0 101111 1111 1100 100111111 1000000 1000100

Color Harmonies of #E178BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178BF

Black with #E178BF

Text Example


Text Example

White with #E178BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178BF; }

 p { color: rgb(225,120,191); }

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

background-color css

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

 a { background-color: rgb(225,120,191); }

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

border-color css

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

 span { border-color: rgb(225,120,191); }

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