Html Css Color HEX #EC1A62 Ruby

📋 copy color: '#EC1A62'

red 236 ◦ green 26 ◦ blue 98

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

Shades of Ruby #EC1A62

Tints of Ruby #EC1A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 65.56%
G = 7.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1A62 (or 0xEC1A62) is known color: Ruby. HEX triplet: EC, 1A and 62. RGB value is (236,26,98). Sum of RGB (Red+Green+Blue) = 236+26+98=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A62 is #13E59D. Grayscale: #606060. Windows color (decimal): -1303966 or 6429420. OLE color: 6429420.

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

Color convert

RGB 236 26 98 -
CMYK 0 0.89 0.58 0.07
HSL 339.43º 0.85% 0.51% -
HSV(B) 339.43º 0.89% 0.93% -
XYZ 37.17 19.45 13.35 -
YUV 97 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 236 26 98 0 0.89 0.58 0.07 339.43 0.85 0.51
Hex EC 1A 62 0 59 3A 7 153 55 33
Octal 354 32 142 0 131 72 7 523 125 63
Binary 11101100 11010 1100010 0 1011001 111010 111 101010011 1010101 110011

Color Harmonies of #EC1A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A62

Black with #EC1A62

Text Example


Text Example

White with #EC1A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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