Html Css Color HEX #EC1856 Ruby

📋 copy color: '#EC1856'

red 236 ◦ green 24 ◦ blue 86

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

Shades of Ruby #EC1856

Tints of Ruby #EC1856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.94%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 68.21%
G = 6.94%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC1856 (or 0xEC1856) is known color: Ruby. HEX triplet: EC, 18 and 56. RGB value is (236,24,86). Sum of RGB (Red+Green+Blue) = 236+24+86=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1856 is #13E7A9. Grayscale: #5E5E5E. Windows color (decimal): -1304490 or 5642476. OLE color: 5642476.

HSL color Cylindrical-coordinate representation of color #EC1856: hue angle of 342.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1856 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 86 -
CMYK 0 0.90 0.64 0.07
HSL 342.45º 0.85% 0.51% -
HSV(B) 342.45º 0.9% 0.93% -
XYZ 36.6 19.16 10.57 -
YUV 94.46 123.24 228.96 -
System Red Green Blue C M Y K H S L
Decimal 236 24 86 0 0.90 0.64 0.07 342.45 0.85 0.51
Hex EC 18 56 0 5A 40 7 156 55 33
Octal 354 30 126 0 132 100 7 526 125 63
Binary 11101100 11000 1010110 0 1011010 1000000 111 101010110 1010101 110011

Color Harmonies of #EC1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1856

Black with #EC1856

Text Example


Text Example

White with #EC1856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1856; }

 p { color: rgb(236,24,86); }

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

background-color css

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

 a { background-color: rgb(236,24,86); }

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

border-color css

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

 span { border-color: rgb(236,24,86); }

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