#CE114E

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

Shades of Ruby #CE114E

Tints of Ruby #CE114E

Color information

#CE114E (or 0xCE114E) is unknown color: approx Ruby. HEX triplet: CE, 11 and 4E. RGB value is (206,17,78). Sum of RGB (Red+Green+Blue) = 206+17+78=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE114E is #31EEB1. Grayscale: #505050. Windows color (decimal): -3272370 or 5116366. OLE color: 5116366.

HSL color Cylindrical-coordinate representation of color #CE114E: hue angle of 340.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE114E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB2061778-
CMYK00.920.620.19
HSL340.63º84.75%43.73%-
HSV(B)340.63º91.75%80.78%-
XYZ27.0314.078.5-
YUV80.46126.62217.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.44%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=68.44%
G=5.65%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206177800.920.620.19340.6384.7543.73
HexCE114E05C3E13155552c
Octal316211160134762352512554
Binary1100111010001100111001011100111110100111010101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE114E; }

 p { color: rgb(206,17,78); }

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

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

 a { background-color: rgb(206,17,78); }

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

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

 span { border-color: rgb(206,17,78); }

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