Html Css Color HEX #E178C0 Persian Pink

📋 copy color: '#E178C0'

red 225 ◦ green 120 ◦ blue 192

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

Shades of Persian Pink #E178C0

Tints of Persian Pink #E178C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 41.9%
G = 22.35%
B = 35.75%

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

#E178C0 (or 0xE178C0) is known color: Persian Pink. HEX triplet: E1, 78 and C0. RGB value is (225,120,192). Sum of RGB (Red+Green+Blue) = 225+120+192=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C0 is #1E873F. Grayscale: #9F9F9F. Windows color (decimal): -2000704 or 12613857. OLE color: 12613857.

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

Color convert

RGB 225 120 192 -
CMYK 0 0.47 0.15 0.12
HSL 318.86º 0.64% 0.68% -
HSV(B) 318.86º 0.47% 0.88% -
XYZ 47.28 33.25 53.79 -
YUV 159.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 225 120 192 0 0.47 0.15 0.12 318.86 0.64 0.68
Hex E1 78 C0 0 2F F C 13F 40 44
Octal 341 170 300 0 57 17 14 477 100 104
Binary 11100001 1111000 11000000 0 101111 1111 1100 100111111 1000000 1000100

Color Harmonies of #E178C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C0

Black with #E178C0

Text Example


Text Example

White with #E178C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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