#E67276

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

Shades of Froly #E67276

Tints of Froly #E67276

Color information

#E67276 (or 0xE67276) is unknown color: approx Froly. HEX triplet: E6, 72 and 76. RGB value is (230,114,118). Sum of RGB (Red+Green+Blue) = 230+114+118=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E67276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67276 is #198D89. Grayscale: #959595. Windows color (decimal): -1674634 or 7762662. OLE color: 7762662.

HSL color Cylindrical-coordinate representation of color #E67276: hue angle of 357.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67276 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230114118-
CMYK00.500.490.10
HSL357.93º69.88%67.45%-
HSV(B)357.93º50.43%90.2%-
XYZ41.9230.1720.75-
YUV149.14110.43185.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.78%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=49.78%
G=24.68%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011411800.500.490.10357.9369.8867.45
HexE6727603231A1664643
Octal3461621660626112546106103
Binary11100110111001011101100110010110001101010110011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67276; }

 p { color: rgb(230,114,118); }

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

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

 a { background-color: rgb(230,114,118); }

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

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

 span { border-color: rgb(230,114,118); }

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