Html Css Color HEX #EC0974 Ruby

📋 copy color: '#EC0974'

red 236 ◦ green 9 ◦ blue 116

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

Shades of Ruby #EC0974

Tints of Ruby #EC0974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 65.37%
G = 2.49%
B = 32.13%

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

#EC0974 (or 0xEC0974) is known color: Ruby. HEX triplet: EC, 09 and 74. RGB value is (236,9,116). Sum of RGB (Red+Green+Blue) = 236+9+116=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0974 is #13F68B. Grayscale: #585858. Windows color (decimal): -1308300 or 7604716. OLE color: 7604716.

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

Color convert

RGB 236 9 116 -
CMYK 0 0.96 0.51 0.07
HSL 331.72º 0.93% 0.48% -
HSV(B) 331.72º 0.96% 0.93% -
XYZ 37.84 19.29 18.25 -
YUV 89.07 143.21 232.8 -
System Red Green Blue C M Y K H S L
Decimal 236 9 116 0 0.96 0.51 0.07 331.72 0.93 0.48
Hex EC 9 74 0 60 33 7 14C 5D 30
Octal 354 11 164 0 140 63 7 514 135 60
Binary 11101100 1001 1110100 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #EC0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0974

Black with #EC0974

Text Example


Text Example

White with #EC0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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