Html Css Color HEX #E178BD Persian Pink

📋 copy color: '#E178BD'

red 225 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #E178BD

Tints of Persian Pink #E178BD

RGB

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

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

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

R = 42.13%
G = 22.47%
B = 35.39%

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

#E178BD (or 0xE178BD) is known color: Persian Pink. HEX triplet: E1, 78 and BD. RGB value is (225,120,189). Sum of RGB (Red+Green+Blue) = 225+120+189=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E178BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178BD is #1E8742. Grayscale: #9F9F9F. Windows color (decimal): -2000707 or 12417249. OLE color: 12417249.

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

Color convert

RGB 225 120 189 -
CMYK 0 0.47 0.16 0.12
HSL 320.57º 0.64% 0.68% -
HSV(B) 320.57º 0.47% 0.88% -
XYZ 46.95 33.11 52.06 -
YUV 159.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 225 120 189 0 0.47 0.16 0.12 320.57 0.64 0.68
Hex E1 78 BD 0 2F 10 C 141 40 44
Octal 341 170 275 0 57 20 14 501 100 104
Binary 11100001 1111000 10111101 0 101111 10000 1100 101000001 1000000 1000100

Color Harmonies of #E178BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178BD

Black with #E178BD

Text Example


Text Example

White with #E178BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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