Html Css Color HEX #EC0973 Ruby

📋 copy color: '#EC0973'

red 236 ◦ green 9 ◦ blue 115

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

Shades of Ruby #EC0973

Tints of Ruby #EC0973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 65.56%
G = 2.5%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC0973 (or 0xEC0973) is known color: Ruby. HEX triplet: EC, 09 and 73. RGB value is (236,9,115). Sum of RGB (Red+Green+Blue) = 236+9+115=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0973 is #13F68C. Grayscale: #585858. Windows color (decimal): -1308301 or 7539180. OLE color: 7539180.

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

Color convert

RGB 236 9 115 -
CMYK 0 0.96 0.51 0.07
HSL 331.98º 0.93% 0.48% -
HSV(B) 331.98º 0.96% 0.93% -
XYZ 37.78 19.27 17.95 -
YUV 88.96 142.71 232.88 -
System Red Green Blue C M Y K H S L
Decimal 236 9 115 0 0.96 0.51 0.07 331.98 0.93 0.48
Hex EC 9 73 0 60 33 7 14C 5D 30
Octal 354 11 163 0 140 63 7 514 135 60
Binary 11101100 1001 1110011 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #EC0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0973

Black with #EC0973

Text Example


Text Example

White with #EC0973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0973; }

 p { color: rgb(236,9,115); }

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

background-color css

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

 a { background-color: rgb(236,9,115); }

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

border-color css

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

 span { border-color: rgb(236,9,115); }

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