Html Css Color HEX #EC1960 Ruby

📋 copy color: '#EC1960'

red 236 ◦ green 25 ◦ blue 96

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

Shades of Ruby #EC1960

Tints of Ruby #EC1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 66.11%
G = 7%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC1960 (or 0xEC1960) is known color: Ruby. HEX triplet: EC, 19 and 60. RGB value is (236,25,96). Sum of RGB (Red+Green+Blue) = 236+25+96=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1960 is #13E69F. Grayscale: #606060. Windows color (decimal): -1304224 or 6298092. OLE color: 6298092.

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

Color convert

RGB 236 25 96 -
CMYK 0 0.89 0.59 0.07
HSL 339.81º 0.85% 0.51% -
HSV(B) 339.81º 0.89% 0.93% -
XYZ 37.05 19.37 12.85 -
YUV 96.18 127.9 227.73 -
System Red Green Blue C M Y K H S L
Decimal 236 25 96 0 0.89 0.59 0.07 339.81 0.85 0.51
Hex EC 19 60 0 59 3B 7 154 55 33
Octal 354 31 140 0 131 73 7 524 125 63
Binary 11101100 11001 1100000 0 1011001 111011 111 101010100 1010101 110011

Color Harmonies of #EC1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1960

Black with #EC1960

Text Example


Text Example

White with #EC1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1960; }

 p { color: rgb(236,25,96); }

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

background-color css

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

 a { background-color: rgb(236,25,96); }

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

border-color css

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

 span { border-color: rgb(236,25,96); }

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