Html Css Color HEX #EC1679 Ruby

📋 copy color: '#EC1679'

red 236 ◦ green 22 ◦ blue 121

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

Shades of Ruby #EC1679

Tints of Ruby #EC1679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.8%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 62.27%
G = 5.8%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC1679 (or 0xEC1679) is known color: Ruby. HEX triplet: EC, 16 and 79. RGB value is (236,22,121). Sum of RGB (Red+Green+Blue) = 236+22+121=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1679 is #13E986. Grayscale: #616161. Windows color (decimal): -1304967 or 7935724. OLE color: 7935724.

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

Color convert

RGB 236 22 121 -
CMYK 0 0.91 0.49 0.07
HSL 332.24º 0.85% 0.51% -
HSV(B) 332.24º 0.91% 0.93% -
XYZ 38.33 19.79 19.89 -
YUV 97.27 141.4 226.95 -
System Red Green Blue C M Y K H S L
Decimal 236 22 121 0 0.91 0.49 0.07 332.24 0.85 0.51
Hex EC 16 79 0 5B 31 7 14C 55 33
Octal 354 26 171 0 133 61 7 514 125 63
Binary 11101100 10110 1111001 0 1011011 110001 111 101001100 1010101 110011

Color Harmonies of #EC1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1679

Black with #EC1679

Text Example


Text Example

White with #EC1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1679; }

 p { color: rgb(236,22,121); }

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

background-color css

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

 a { background-color: rgb(236,22,121); }

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

border-color css

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

 span { border-color: rgb(236,22,121); }

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