Html Css Color HEX #EC1A75 Ruby

📋 copy color: '#EC1A75'

red 236 ◦ green 26 ◦ blue 117

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

Shades of Ruby #EC1A75

Tints of Ruby #EC1A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 62.27%
G = 6.86%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC1A75 (or 0xEC1A75) is known color: Ruby. HEX triplet: EC, 1A and 75. RGB value is (236,26,117). Sum of RGB (Red+Green+Blue) = 236+26+117=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A75 is #13E58A. Grayscale: #636363. Windows color (decimal): -1303947 or 7674604. OLE color: 7674604.

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

Color convert

RGB 236 26 117 -
CMYK 0 0.89 0.50 0.07
HSL 334º 0.85% 0.51% -
HSV(B) 334º 0.89% 0.93% -
XYZ 38.17 19.86 18.65 -
YUV 99.16 138.07 225.6 -
System Red Green Blue C M Y K H S L
Decimal 236 26 117 0 0.89 0.50 0.07 334 0.85 0.51
Hex EC 1A 75 0 59 32 7 14E 55 33
Octal 354 32 165 0 131 62 7 516 125 63
Binary 11101100 11010 1110101 0 1011001 110010 111 101001110 1010101 110011

Color Harmonies of #EC1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A75

Black with #EC1A75

Text Example


Text Example

White with #EC1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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