#E46866

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

Shades of Roman #E46866

Tints of Roman #E46866

Color information

#E46866 (or 0xE46866) is unknown color: approx Roman. HEX triplet: E4, 68 and 66. RGB value is (228,104,102). Sum of RGB (Red+Green+Blue) = 228+104+102=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E46866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46866 is #1B9799. Grayscale: #8C8C8C. Windows color (decimal): -1808282 or 6711524. OLE color: 6711524.

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

Color convert

RGB228104102-
CMYK00.540.550.11
HSL0.95º70%64.71%-
HSV(B)0.95º55.26%89.41%-
XYZ39.3427.3515.78-
YUV140.85106.08190.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.53%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=52.53%
G=23.96%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810410200.540.550.110.957064.71
HexE4686603637B14641
Octal34415014606667131106101
Binary111001001101000110011001101101101111011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46866; }

 p { color: rgb(228,104,102); }

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

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

 a { background-color: rgb(228,104,102); }

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

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

 span { border-color: rgb(228,104,102); }

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