#E66461

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

Shades of Roman #E66461

Tints of Roman #E66461

Color information

#E66461 (or 0xE66461) is unknown color: approx Roman. HEX triplet: E6, 64 and 61. RGB value is (230,100,97). Sum of RGB (Red+Green+Blue) = 230+100+97=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E66461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66461 is #199B9E. Grayscale: #8A8A8A. Windows color (decimal): -1678239 or 6382822. OLE color: 6382822.

HSL color Cylindrical-coordinate representation of color #E66461: hue angle of 1.35º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66461 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB23010097-
CMYK00.570.580.10
HSL1.35º72.68%64.12%-
HSV(B)1.35º57.83%90.2%-
XYZ39.3526.814.41-
YUV138.53104.57193.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=53.86%
G=23.42%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301009700.570.580.101.3572.6864.12
HexE664610393AA14940
Octal34614414107172121111100
Binary111001101100100110000101110011110101010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66461; }

 p { color: rgb(230,100,97); }

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

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

 a { background-color: rgb(230,100,97); }

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

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

 span { border-color: rgb(230,100,97); }

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