Html Css Color HEX #E16F7B Froly

📋 copy color: '#E16F7B'

red 225 ◦ green 111 ◦ blue 123

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

Shades of Froly #E16F7B

Tints of Froly #E16F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 49.02%
G = 24.18%
B = 26.8%

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

#E16F7B (or 0xE16F7B) is known color: Froly. HEX triplet: E1, 6F and 7B. RGB value is (225,111,123). Sum of RGB (Red+Green+Blue) = 225+111+123=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F7B is #1E9084. Grayscale: #929292. Windows color (decimal): -2003077 or 8089569. OLE color: 8089569.

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

Color convert

RGB 225 111 123 -
CMYK 0 0.51 0.45 0.12
HSL 353.68º 0.66% 0.66% -
HSV(B) 353.68º 0.51% 0.88% -
XYZ 40.31 28.81 22.17 -
YUV 146.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 225 111 123 0 0.51 0.45 0.12 353.68 0.66 0.66
Hex E1 6F 7B 0 33 2D C 162 42 42
Octal 341 157 173 0 63 55 14 542 102 102
Binary 11100001 1101111 1111011 0 110011 101101 1100 101100010 1000010 1000010

Color Harmonies of #E16F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16F7B

Black with #E16F7B

Text Example


Text Example

White with #E16F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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