Html Css Color HEX #E16E7B Froly

📋 copy color: '#E16E7B'

red 225 ◦ green 110 ◦ blue 123

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

Shades of Froly #E16E7B

Tints of Froly #E16E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.02%

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

R = 49.13%
G = 24.02%
B = 26.86%

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

#E16E7B (or 0xE16E7B) is known color: Froly. HEX triplet: E1, 6E and 7B. RGB value is (225,110,123). Sum of RGB (Red+Green+Blue) = 225+110+123=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E7B is #1E9184. Grayscale: #919191. Windows color (decimal): -2003333 or 8089313. OLE color: 8089313.

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

Color convert

RGB 225 110 123 -
CMYK 0 0.51 0.45 0.12
HSL 353.22º 0.66% 0.66% -
HSV(B) 353.22º 0.51% 0.88% -
XYZ 40.2 28.59 22.14 -
YUV 145.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 225 110 123 0 0.51 0.45 0.12 353.22 0.66 0.66
Hex E1 6E 7B 0 33 2D C 161 42 42
Octal 341 156 173 0 63 55 14 541 102 102
Binary 11100001 1101110 1111011 0 110011 101101 1100 101100001 1000010 1000010

Color Harmonies of #E16E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E7B

Black with #E16E7B

Text Example


Text Example

White with #E16E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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