Html Css Color HEX #E16E7A Froly

📋 copy color: '#E16E7A'

red 225 ◦ green 110 ◦ blue 122

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

Shades of Froly #E16E7A

Tints of Froly #E16E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 49.23%
G = 24.07%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E16E7A (or 0xE16E7A) is known color: Froly. HEX triplet: E1, 6E and 7A. RGB value is (225,110,122). Sum of RGB (Red+Green+Blue) = 225+110+122=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E7A is #1E9185. Grayscale: #919191. Windows color (decimal): -2003334 or 8023777. OLE color: 8023777.

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

Color convert

RGB 225 110 122 -
CMYK 0 0.51 0.46 0.12
HSL 353.74º 0.66% 0.66% -
HSV(B) 353.74º 0.51% 0.88% -
XYZ 40.14 28.56 21.81 -
YUV 145.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 225 110 122 0 0.51 0.46 0.12 353.74 0.66 0.66
Hex E1 6E 7A 0 33 2E C 162 42 42
Octal 341 156 172 0 63 56 14 542 102 102
Binary 11100001 1101110 1111010 0 110011 101110 1100 101100010 1000010 1000010

Color Harmonies of #E16E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16E7A

Black with #E16E7A

Text Example


Text Example

White with #E16E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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