#E6605C

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

Shades of Roman #E6605C

Tints of Roman #E6605C

Color information

#E6605C (or 0xE6605C) is unknown color: approx Roman. HEX triplet: E6, 60 and 5C. RGB value is (230,96,92). Sum of RGB (Red+Green+Blue) = 230+96+92=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6605C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6605C is #199FA3. Grayscale: #878787. Windows color (decimal): -1679268 or 6054118. OLE color: 6054118.

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

Color convert

RGB2309692-
CMYK00.580.600.10
HSL1.74º73.4%63.14%-
HSV(B)1.74º60%90.2%-
XYZ38.7525.9613.09-
YUV135.61103.39195.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=55.02%
G=22.97%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230969200.580.600.101.7473.463.14
HexE6605C03A3CA2493f
Octal3461401340727412211177
Binary111001101100000101110001110101111001010101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6605C; }

 p { color: rgb(230,96,92); }

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

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

 a { background-color: rgb(230,96,92); }

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

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

 span { border-color: rgb(230,96,92); }

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