#ef2161

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

Shades of Ruby #EF2161

Tints of Ruby #EF2161

Color information

#EF2161 (or 0xEF2161) is unknown color: approx Ruby. HEX triplet: EF, 21 and 61. RGB value is (239,33,97). Sum of RGB (Red+Green+Blue) = 239+33+97=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2161 is #10DE9E. Grayscale: #656565. Windows color (decimal): -1105567 or 6365679. OLE color: 6365679.

HSL color Cylindrical-coordinate representation of color #EF2161: hue angle of 341.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2161 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB2393397-
CMYK00.860.590.06
HSL341.36º86.55%53.33%-
HSV(B)341.36º86.19%93.73%-
XYZ38.320.313.21-
YUV101.89125.25225.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.77%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=64.77%
G=8.94%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239339700.860.590.06341.3686.5553.33
HexEF21610563B61555735
Octal35741141012673652512765
Binary111011111000011100001010101101110111101010101011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2161; }

 p { color: rgb(239,33,97); }

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

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

 a { background-color: rgb(239,33,97); }

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

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

 span { border-color: rgb(239,33,97); }

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