Html Css Color HEX #EC126D Ruby

📋 copy color: '#EC126D'

red 236 ◦ green 18 ◦ blue 109

#EC126D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #EC126D

Tints of Ruby #EC126D

RGB

 RED value IS 236 (92.58% from 255) = 65.01%

 GREEN value IS 18 (7.42% from 255) = 4.96%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 65.01%
G = 4.96%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC126D (or 0xEC126D) is known color: Ruby. HEX triplet: EC, 12 and 6D. RGB value is (236,18,109). Sum of RGB (Red+Green+Blue) = 236+18+109=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC126D is #13ED92. Grayscale: #5D5D5D. Windows color (decimal): -1306003 or 7148268. OLE color: 7148268.

HSL color Cylindrical-coordinate representation of color #EC126D: hue angle of 334.95º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC126D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 18 109 -
CMYK 0 0.92 0.54 0.07
HSL 334.95º 0.86% 0.5% -
HSV(B) 334.95º 0.92% 0.93% -
XYZ 37.57 19.37 16.23 -
YUV 93.56 136.72 229.6 -
System Red Green Blue C M Y K H S L
Decimal 236 18 109 0 0.92 0.54 0.07 334.95 0.86 0.5
Hex EC 12 6D 0 5C 36 7 14F 56 32
Octal 354 22 155 0 134 66 7 517 126 62
Binary 11101100 10010 1101101 0 1011100 110110 111 101001111 1010110 110010

Color Harmonies of #EC126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC126D

Black with #EC126D

Text Example


Text Example

White with #EC126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC126D; }

 p { color: rgb(236,18,109); }

 H1.HeaderClassName
 {
   color: #EC126D;
 }
 .AnyTagClassName
 {
   color: #EC126D;
 }
</style>

background-color css

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

 a { background-color: rgb(236,18,109); }

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

border-color css

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

 span { border-color: rgb(236,18,109); }

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