Html Css Color HEX #E16F7C Froly

📋 copy color: '#E16F7C'

red 225 ◦ green 111 ◦ blue 124

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

Shades of Froly #E16F7C

Tints of Froly #E16F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 48.91%
G = 24.13%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E16F7C (or 0xE16F7C) is known color: Froly. HEX triplet: E1, 6F and 7C. RGB value is (225,111,124). Sum of RGB (Red+Green+Blue) = 225+111+124=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F7C is #1E9083. Grayscale: #929292. Windows color (decimal): -2003076 or 8155105. OLE color: 8155105.

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

Color convert

RGB 225 111 124 -
CMYK 0 0.51 0.45 0.12
HSL 353.16º 0.66% 0.66% -
HSV(B) 353.16º 0.51% 0.88% -
XYZ 40.37 28.83 22.51 -
YUV 146.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 225 111 124 0 0.51 0.45 0.12 353.16 0.66 0.66
Hex E1 6F 7C 0 33 2D C 161 42 42
Octal 341 157 174 0 63 55 14 541 102 102
Binary 11100001 1101111 1111100 0 110011 101101 1100 101100001 1000010 1000010

Color Harmonies of #E16F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F7C

Black with #E16F7C

Text Example


Text Example

White with #E16F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F7C; }

 p { color: rgb(225,111,124); }

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

background-color css

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

 a { background-color: rgb(225,111,124); }

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

border-color css

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

 span { border-color: rgb(225,111,124); }

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