#E6655D

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

Shades of Roman #E6655D

Tints of Roman #E6655D

Color information

#E6655D (or 0xE6655D) is unknown color: approx Roman. HEX triplet: E6, 65 and 5D. RGB value is (230,101,93). Sum of RGB (Red+Green+Blue) = 230+101+93=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6655D is #199AA2. Grayscale: #8A8A8A. Windows color (decimal): -1677987 or 6120934. OLE color: 6120934.

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

Color convert

RGB23010193-
CMYK00.560.600.10
HSL3.5º73.26%63.33%-
HSV(B)3.5º59.57%90.2%-
XYZ39.2626.9213.48-
YUV138.66102.24193.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.25%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=54.25%
G=23.82%
B=21.93%

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
Decimal2301019300.560.600.103.573.2663.33
HexE6655D0383CA4493f
Octal3461451350707412411177
Binary1110011011001011011101011100011110010101001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6655D; }

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

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

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

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

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

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

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

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