#e10378

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

Shades of Ruby #E10378

Tints of Ruby #E10378

Color information

#E10378 (or 0xE10378) is unknown color: approx Ruby. HEX triplet: E1, 03 and 78. RGB value is (225,3,120). Sum of RGB (Red+Green+Blue) = 225+3+120=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10378 is #1EFC87. Grayscale: #525252. Windows color (decimal): -2030728 or 7865313. OLE color: 7865313.

HSL color Cylindrical-coordinate representation of color #E10378: hue angle of 328.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10378 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB2253120-
CMYK00.990.470.12
HSL328.38º97.37%44.71%-
HSV(B)328.38º98.67%88.24%-
XYZ34.4717.4319.32-
YUV82.72149.05229.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.66%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=64.66%
G=0.86%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225312000.990.470.12328.3897.3744.71
HexE13780632FC148612d
Octal34131700143571451014155
Binary111000011111110000110001110111111001010010001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e10378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e10378; }

 p { color: rgb(225,3,120); }

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

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

 a { background-color: rgb(225,3,120); }

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

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

 span { border-color: rgb(225,3,120); }

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