#E67277

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

Shades of Froly #E67277

Tints of Froly #E67277

Color information

#E67277 (or 0xE67277) is unknown color: approx Froly. HEX triplet: E6, 72 and 77. RGB value is (230,114,119). Sum of RGB (Red+Green+Blue) = 230+114+119=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67277 is #198D88. Grayscale: #959595. Windows color (decimal): -1674633 or 7828198. OLE color: 7828198.

HSL color Cylindrical-coordinate representation of color #E67277: hue angle of 357.41º 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 #E67277 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230114119-
CMYK00.500.480.10
HSL357.41º69.88%67.45%-
HSV(B)357.41º50.43%90.2%-
XYZ41.9830.1921.07-
YUV149.25110.93185.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=49.68%
G=24.62%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011411900.500.480.10357.4169.8867.45
HexE6727703230A1654643
Octal3461621670626012545106103
Binary11100110111001011101110110010110000101010110010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67277; }

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

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

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

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

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

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

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

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