#EA1C67

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

Shades of Ruby #EA1C67

Tints of Ruby #EA1C67

Color information

#EA1C67 (or 0xEA1C67) is unknown color: approx Ruby. HEX triplet: EA, 1C and 67. RGB value is (234,28,103). Sum of RGB (Red+Green+Blue) = 234+28+103=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1C67 is #15E398. Grayscale: #626262. Windows color (decimal): -1434521 or 6757610. OLE color: 6757610.

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

Color convert

RGB23428103-
CMYK00.880.560.08
HSL338.16º83.06%51.37%-
HSV(B)338.16º88.03%91.76%-
XYZ36.819.314.62-
YUV98.14130.75224.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 28 (11.33% from 255) = 7.67%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=64.11%
G=7.67%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342810300.880.560.08338.1683.0651.37
HexEA1C670583881525333
Octal352341470130701052212363
Binary111010101110011001110101100011100010001010100101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1C67; }

 p { color: rgb(234,28,103); }

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

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

 a { background-color: rgb(234,28,103); }

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

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

 span { border-color: rgb(234,28,103); }

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