Html Css Color HEX #E178BE Persian Pink

📋 copy color: '#E178BE'

red 225 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #E178BE

Tints of Persian Pink #E178BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 42.06%
G = 22.43%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E178BE (or 0xE178BE) is known color: Persian Pink. HEX triplet: E1, 78 and BE. RGB value is (225,120,190). Sum of RGB (Red+Green+Blue) = 225+120+190=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E178BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178BE is #1E8741. Grayscale: #9F9F9F. Windows color (decimal): -2000706 or 12482785. OLE color: 12482785.

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

Color convert

RGB 225 120 190 -
CMYK 0 0.47 0.16 0.12
HSL 320º 0.64% 0.68% -
HSV(B) 320º 0.47% 0.88% -
XYZ 47.06 33.16 52.63 -
YUV 159.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 225 120 190 0 0.47 0.16 0.12 320 0.64 0.68
Hex E1 78 BE 0 2F 10 C 140 40 44
Octal 341 170 276 0 57 20 14 500 100 104
Binary 11100001 1111000 10111110 0 101111 10000 1100 101000000 1000000 1000100

Color Harmonies of #E178BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178BE

Black with #E178BE

Text Example


Text Example

White with #E178BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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