Html Css Color HEX #EC0B78 Ruby

📋 copy color: '#EC0B78'

red 236 ◦ green 11 ◦ blue 120

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

Shades of Ruby #EC0B78

Tints of Ruby #EC0B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 64.31%
G = 3%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC0B78 (or 0xEC0B78) is known color: Ruby. HEX triplet: EC, 0B and 78. RGB value is (236,11,120). Sum of RGB (Red+Green+Blue) = 236+11+120=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B78 is #13F487. Grayscale: #5A5A5A. Windows color (decimal): -1307784 or 7867372. OLE color: 7867372.

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

Color convert

RGB 236 11 120 -
CMYK 0 0.95 0.49 0.07
HSL 330.93º 0.91% 0.48% -
HSV(B) 330.93º 0.95% 0.93% -
XYZ 38.1 19.43 19.51 -
YUV 90.7 144.54 231.64 -
System Red Green Blue C M Y K H S L
Decimal 236 11 120 0 0.95 0.49 0.07 330.93 0.91 0.48
Hex EC B 78 0 5F 31 7 14B 5B 30
Octal 354 13 170 0 137 61 7 513 133 60
Binary 11101100 1011 1111000 0 1011111 110001 111 101001011 1011011 110000

Color Harmonies of #EC0B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B78

Black with #EC0B78

Text Example


Text Example

White with #EC0B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B78; }

 p { color: rgb(236,11,120); }

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

background-color css

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

 a { background-color: rgb(236,11,120); }

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

border-color css

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

 span { border-color: rgb(236,11,120); }

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