Html Css Color HEX #E16C78 Froly

📋 copy color: '#E16C78'

red 225 ◦ green 108 ◦ blue 120

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

Shades of Froly #E16C78

Tints of Froly #E16C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 49.67%
G = 23.84%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E16C78 (or 0xE16C78) is known color: Froly. HEX triplet: E1, 6C and 78. RGB value is (225,108,120). Sum of RGB (Red+Green+Blue) = 225+108+120=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C78 is #1E9387. Grayscale: #909090. Windows color (decimal): -2003848 or 7892193. OLE color: 7892193.

HSL color Cylindrical-coordinate representation of color #E16C78: hue angle of 353.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C78 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 120 -
CMYK 0 0.52 0.47 0.12
HSL 353.85º 0.66% 0.65% -
HSV(B) 353.85º 0.52% 0.88% -
XYZ 39.8 28.09 21.09 -
YUV 144.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 225 108 120 0 0.52 0.47 0.12 353.85 0.66 0.65
Hex E1 6C 78 0 34 2F C 162 42 41
Octal 341 154 170 0 64 57 14 542 102 101
Binary 11100001 1101100 1111000 0 110100 101111 1100 101100010 1000010 1000001

Color Harmonies of #E16C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C78

Black with #E16C78

Text Example


Text Example

White with #E16C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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