Html Css Color HEX #EC0A70 Ruby

📋 copy color: '#EC0A70'

red 236 ◦ green 10 ◦ blue 112

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

Shades of Ruby #EC0A70

Tints of Ruby #EC0A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 65.92%
G = 2.79%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC0A70 (or 0xEC0A70) is known color: Ruby. HEX triplet: EC, 0A and 70. RGB value is (236,10,112). Sum of RGB (Red+Green+Blue) = 236+10+112=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0A70 is #13F58F. Grayscale: #595959. Windows color (decimal): -1308048 or 7342828. OLE color: 7342828.

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

Color convert

RGB 236 10 112 -
CMYK 0 0.96 0.53 0.07
HSL 332.92º 0.92% 0.48% -
HSV(B) 332.92º 0.96% 0.93% -
XYZ 37.63 19.22 17.06 -
YUV 89.2 140.87 232.71 -
System Red Green Blue C M Y K H S L
Decimal 236 10 112 0 0.96 0.53 0.07 332.92 0.92 0.48
Hex EC A 70 0 60 35 7 14D 5C 30
Octal 354 12 160 0 140 65 7 515 134 60
Binary 11101100 1010 1110000 0 1100000 110101 111 101001101 1011100 110000

Color Harmonies of #EC0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A70

Black with #EC0A70

Text Example


Text Example

White with #EC0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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