#E26865

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

Shades of Roman #E26865

Tints of Roman #E26865

Color information

#E26865 (or 0xE26865) is unknown color: approx Roman. HEX triplet: E2, 68 and 65. RGB value is (226,104,101). Sum of RGB (Red+Green+Blue) = 226+104+101=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E26865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26865 is #1D979A. Grayscale: #8C8C8C. Windows color (decimal): -1939355 or 6645986. OLE color: 6645986.

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

Color convert

RGB226104101-
CMYK00.540.550.11
HSL1.44º68.31%64.12%-
HSV(B)1.44º55.31%88.63%-
XYZ38.6627.0115.49-
YUV140.14105.92189.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.44%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=52.44%
G=24.13%
B=23.43%

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
Decimal22610410100.540.550.111.4468.3164.12
HexE2686503637B14440
Octal34215014506667131104100
Binary111000101101000110010101101101101111011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26865; }

 p { color: rgb(226,104,101); }

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

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

 a { background-color: rgb(226,104,101); }

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

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

 span { border-color: rgb(226,104,101); }

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