Html Css Color HEX #E178C1 Persian Pink

📋 copy color: '#E178C1'

red 225 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #E178C1

Tints of Persian Pink #E178C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 41.82%
G = 22.3%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E178C1 (or 0xE178C1) is known color: Persian Pink. HEX triplet: E1, 78 and C1. RGB value is (225,120,193). Sum of RGB (Red+Green+Blue) = 225+120+193=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C1 is #1E873E. Grayscale: #9F9F9F. Windows color (decimal): -2000703 or 12679393. OLE color: 12679393.

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

Color convert

RGB 225 120 193 -
CMYK 0 0.47 0.14 0.12
HSL 318.29º 0.64% 0.68% -
HSV(B) 318.29º 0.47% 0.88% -
XYZ 47.39 33.29 54.38 -
YUV 159.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 225 120 193 0 0.47 0.14 0.12 318.29 0.64 0.68
Hex E1 78 C1 0 2F E C 13E 40 44
Octal 341 170 301 0 57 16 14 476 100 104
Binary 11100001 1111000 11000001 0 101111 1110 1100 100111110 1000000 1000100

Color Harmonies of #E178C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C1

Black with #E178C1

Text Example


Text Example

White with #E178C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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