Html Css Color HEX #EC0A74 Ruby

📋 copy color: '#EC0A74'

red 236 ◦ green 10 ◦ blue 116

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

Shades of Ruby #EC0A74

Tints of Ruby #EC0A74

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.76%

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

R = 65.19%
G = 2.76%
B = 32.04%

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

#EC0A74 (or 0xEC0A74) is known color: Ruby. HEX triplet: EC, 0A and 74. RGB value is (236,10,116). Sum of RGB (Red+Green+Blue) = 236+10+116=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A74 is #13F58B. Grayscale: #595959. Windows color (decimal): -1308044 or 7604972. OLE color: 7604972.

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

Color convert

RGB 236 10 116 -
CMYK 0 0.96 0.51 0.07
HSL 331.86º 0.92% 0.48% -
HSV(B) 331.86º 0.96% 0.93% -
XYZ 37.85 19.31 18.26 -
YUV 89.66 142.87 232.38 -
System Red Green Blue C M Y K H S L
Decimal 236 10 116 0 0.96 0.51 0.07 331.86 0.92 0.48
Hex EC A 74 0 60 33 7 14C 5C 30
Octal 354 12 164 0 140 63 7 514 134 60
Binary 11101100 1010 1110100 0 1100000 110011 111 101001100 1011100 110000

Color Harmonies of #EC0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A74

Black with #EC0A74

Text Example


Text Example

White with #EC0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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