Html Css Color HEX #EC1A55 Ruby

📋 copy color: '#EC1A55'

red 236 ◦ green 26 ◦ blue 85

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

Shades of Ruby #EC1A55

Tints of Ruby #EC1A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 68.01%
G = 7.49%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC1A55 (or 0xEC1A55) is known color: Ruby. HEX triplet: EC, 1A and 55. RGB value is (236,26,85). Sum of RGB (Red+Green+Blue) = 236+26+85=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A55 is #13E5AA. Grayscale: #5F5F5F. Windows color (decimal): -1303979 or 5577452. OLE color: 5577452.

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

Color convert

RGB 236 26 85 -
CMYK 0 0.89 0.64 0.07
HSL 343.14º 0.85% 0.51% -
HSV(B) 343.14º 0.89% 0.93% -
XYZ 36.6 19.23 10.38 -
YUV 95.52 122.07 228.2 -
System Red Green Blue C M Y K H S L
Decimal 236 26 85 0 0.89 0.64 0.07 343.14 0.85 0.51
Hex EC 1A 55 0 59 40 7 157 55 33
Octal 354 32 125 0 131 100 7 527 125 63
Binary 11101100 11010 1010101 0 1011001 1000000 111 101010111 1010101 110011

Color Harmonies of #EC1A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A55

Black with #EC1A55

Text Example


Text Example

White with #EC1A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A55; }

 p { color: rgb(236,26,85); }

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

background-color css

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

 a { background-color: rgb(236,26,85); }

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

border-color css

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

 span { border-color: rgb(236,26,85); }

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