#E6665D

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

Shades of Roman #E6665D

Tints of Roman #E6665D

Color information

#E6665D (or 0xE6665D) is unknown color: approx Roman. HEX triplet: E6, 66 and 5D. RGB value is (230,102,93). Sum of RGB (Red+Green+Blue) = 230+102+93=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6665D is #1999A2. Grayscale: #8B8B8B. Windows color (decimal): -1677731 or 6121190. OLE color: 6121190.

HSL color Cylindrical-coordinate representation of color #E6665D: hue angle of 3.94º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6665D is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23010293-
CMYK00.560.600.10
HSL3.94º73.26%63.33%-
HSV(B)3.94º59.57%90.2%-
XYZ39.3627.1213.52-
YUV139.25101.91192.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.12%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=54.12%
G=24%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301029300.560.600.103.9473.2663.33
HexE6665D0383CA4493f
Octal3461461350707412411177
Binary1110011011001101011101011100011110010101001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6665D; }

 p { color: rgb(230,102,93); }

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

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

 a { background-color: rgb(230,102,93); }

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

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

 span { border-color: rgb(230,102,93); }

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