#E26267

Color #E26267 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #E26267

Tints of Froly #E26267

Color information

#E26267 (or 0xE26267) is unknown color: approx Froly. HEX triplet: E2, 62 and 67. RGB value is (226,98,103). Sum of RGB (Red+Green+Blue) = 226+98+103=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E26267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26267 is #1D9D98. Grayscale: #888888. Windows color (decimal): -1940889 or 6775522. OLE color: 6775522.

HSL color Cylindrical-coordinate representation of color #E26267: hue angle of 357.66º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26267 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22698103-
CMYK00.570.540.11
HSL357.66º68.82%63.53%-
HSV(B)357.66º56.64%88.63%-
XYZ38.1825.8815.82-
YUV136.84108.91191.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.93%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=52.93%
G=22.95%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269810300.570.540.11357.6668.8263.53
HexE2626703936B1664540
Octal3421421470716613546105100
Binary11100010110001011001110111001110110101110110011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26267; }

 p { color: rgb(226,98,103); }

 H1.HeaderClassName
 {
   color: #E26267;
 }
 .AnyTagClassName
 {
   color: #E26267;
 }
</style>
background-color css

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

 a { background-color: rgb(226,98,103); }

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

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

 span { border-color: rgb(226,98,103); }

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