Html Css Color HEX #E178AF Persian Pink

📋 copy color: '#E178AF'

red 225 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #E178AF

Tints of Persian Pink #E178AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 43.27%
G = 23.08%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E178AF (or 0xE178AF) is known color: Persian Pink. HEX triplet: E1, 78 and AF. RGB value is (225,120,175). Sum of RGB (Red+Green+Blue) = 225+120+175=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E178AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E178AF is #1E8750. Grayscale: #9D9D9D. Windows color (decimal): -2000721 or 11499745. OLE color: 11499745.

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

Color convert

RGB 225 120 175 -
CMYK 0 0.47 0.22 0.12
HSL 328.57º 0.64% 0.68% -
HSV(B) 328.57º 0.47% 0.88% -
XYZ 45.51 32.54 44.44 -
YUV 157.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 225 120 175 0 0.47 0.22 0.12 328.57 0.64 0.68
Hex E1 78 AF 0 2F 16 C 149 40 44
Octal 341 170 257 0 57 26 14 511 100 104
Binary 11100001 1111000 10101111 0 101111 10110 1100 101001001 1000000 1000100

Color Harmonies of #E178AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178AF

Black with #E178AF

Text Example


Text Example

White with #E178AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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