Html Css Color HEX #E16F7E Froly

📋 copy color: '#E16F7E'

red 225 ◦ green 111 ◦ blue 126

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

Shades of Froly #E16F7E

Tints of Froly #E16F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 48.7%
G = 24.03%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E16F7E (or 0xE16F7E) is known color: Froly. HEX triplet: E1, 6F and 7E. RGB value is (225,111,126). Sum of RGB (Red+Green+Blue) = 225+111+126=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F7E is #1E9081. Grayscale: #929292. Windows color (decimal): -2003074 or 8286177. OLE color: 8286177.

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

Color convert

RGB 225 111 126 -
CMYK 0 0.51 0.44 0.12
HSL 352.11º 0.66% 0.66% -
HSV(B) 352.11º 0.51% 0.88% -
XYZ 40.5 28.88 23.18 -
YUV 146.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 225 111 126 0 0.51 0.44 0.12 352.11 0.66 0.66
Hex E1 6F 7E 0 33 2C C 160 42 42
Octal 341 157 176 0 63 54 14 540 102 102
Binary 11100001 1101111 1111110 0 110011 101100 1100 101100000 1000010 1000010

Color Harmonies of #E16F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F7E

Black with #E16F7E

Text Example


Text Example

White with #E16F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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