#e20f64

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

Shades of Ruby #E20F64

Tints of Ruby #E20F64

Color information

#E20F64 (or 0xE20F64) is unknown color: approx Ruby. HEX triplet: E2, 0F and 64. RGB value is (226,15,100). Sum of RGB (Red+Green+Blue) = 226+15+100=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F64 is #1DF09B. Grayscale: #575757. Windows color (decimal): -1962140 or 6557666. OLE color: 6557666.

HSL color Cylindrical-coordinate representation of color #E20F64: hue angle of 335.83º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F64 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB22615100-
CMYK00.930.560.11
HSL335.83º87.55%47.25%-
HSV(B)335.83º93.36%88.63%-
XYZ33.8417.4313.64-
YUV87.78134.9226.59-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=66.28%
G=4.40%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261510000.930.560.11335.8387.5547.25
HexE2F6405D38B150582f
Octal342171440135701352013057
Binary11100010111111001000101110111100010111010100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20f64; }

 p { color: rgb(226,15,100); }

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

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

 a { background-color: rgb(226,15,100); }

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

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

 span { border-color: rgb(226,15,100); }

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