Html Css Color HEX #E178C3 Persian Pink

📋 copy color: '#E178C3'

red 225 ◦ green 120 ◦ blue 195

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

Shades of Persian Pink #E178C3

Tints of Persian Pink #E178C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 41.67%
G = 22.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E178C3 (or 0xE178C3) is known color: Persian Pink. HEX triplet: E1, 78 and C3. RGB value is (225,120,195). Sum of RGB (Red+Green+Blue) = 225+120+195=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E178C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178C3 is #1E873C. Grayscale: #9F9F9F. Windows color (decimal): -2000701 or 12810465. OLE color: 12810465.

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

Color convert

RGB 225 120 195 -
CMYK 0 0.47 0.13 0.12
HSL 317.14º 0.64% 0.68% -
HSV(B) 317.14º 0.47% 0.88% -
XYZ 47.62 33.38 55.56 -
YUV 159.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 225 120 195 0 0.47 0.13 0.12 317.14 0.64 0.68
Hex E1 78 C3 0 2F D C 13D 40 44
Octal 341 170 303 0 57 15 14 475 100 104
Binary 11100001 1111000 11000011 0 101111 1101 1100 100111101 1000000 1000100

Color Harmonies of #E178C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178C3

Black with #E178C3

Text Example


Text Example

White with #E178C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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