Html Css Color HEX #EC1876 Ruby

📋 copy color: '#EC1876'

red 236 ◦ green 24 ◦ blue 118

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

Shades of Ruby #EC1876

Tints of Ruby #EC1876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 62.43%
G = 6.35%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC1876 (or 0xEC1876) is known color: Ruby. HEX triplet: EC, 18 and 76. RGB value is (236,24,118). Sum of RGB (Red+Green+Blue) = 236+24+118=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1876 is #13E789. Grayscale: #616161. Windows color (decimal): -1304458 or 7739628. OLE color: 7739628.

HSL color Cylindrical-coordinate representation of color #EC1876: hue angle of 333.4º 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 #EC1876 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 118 -
CMYK 0 0.90 0.5 0.07
HSL 333.4º 0.85% 0.51% -
HSV(B) 333.4º 0.9% 0.93% -
XYZ 38.19 19.79 18.95 -
YUV 98.1 139.24 226.36 -
System Red Green Blue C M Y K H S L
Decimal 236 24 118 0 0.90 0.5 0.07 333.4 0.85 0.51
Hex EC 18 76 0 5A 32 7 14D 55 33
Octal 354 30 166 0 132 62 7 515 125 63
Binary 11101100 11000 1110110 0 1011010 110010 111 101001101 1010101 110011

Color Harmonies of #EC1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1876

Black with #EC1876

Text Example


Text Example

White with #EC1876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1876; }

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

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

background-color css

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

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

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

border-color css

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

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

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