#EB6462

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

Shades of Roman #EB6462

Tints of Roman #EB6462

Color information

#EB6462 (or 0xEB6462) is unknown color: approx Roman. HEX triplet: EB, 64 and 62. RGB value is (235,100,98). Sum of RGB (Red+Green+Blue) = 235+100+98=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6462 is #149B9D. Grayscale: #8C8C8C. Windows color (decimal): -1350558 or 6448363. OLE color: 6448363.

HSL color Cylindrical-coordinate representation of color #EB6462: hue angle of 0.88º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB6462 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB23510098-
CMYK00.570.580.08
HSL0.88º77.4%65.29%-
HSV(B)0.88º58.3%92.16%-
XYZ41.0227.6614.73-
YUV140.14104.23195.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=54.27%
G=23.09%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351009800.570.580.080.8877.465.29
HexEB64620393A814d41
Octal35314414207172101115101
Binary111010111100100110001001110011110101000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6462; }

 p { color: rgb(235,100,98); }

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

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

 a { background-color: rgb(235,100,98); }

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

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

 span { border-color: rgb(235,100,98); }

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