Html Css Color HEX #EC0B71 Ruby

📋 copy color: '#EC0B71'

red 236 ◦ green 11 ◦ blue 113

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

Shades of Ruby #EC0B71

Tints of Ruby #EC0B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 65.56%
G = 3.06%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC0B71 (or 0xEC0B71) is known color: Ruby. HEX triplet: EC, 0B and 71. RGB value is (236,11,113). Sum of RGB (Red+Green+Blue) = 236+11+113=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B71 is #13F48E. Grayscale: #595959. Windows color (decimal): -1307791 or 7408620. OLE color: 7408620.

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

Color convert

RGB 236 11 113 -
CMYK 0 0.95 0.52 0.07
HSL 332.8º 0.91% 0.48% -
HSV(B) 332.8º 0.95% 0.93% -
XYZ 37.69 19.26 17.35 -
YUV 89.9 141.04 232.21 -
System Red Green Blue C M Y K H S L
Decimal 236 11 113 0 0.95 0.52 0.07 332.8 0.91 0.48
Hex EC B 71 0 5F 34 7 14D 5B 30
Octal 354 13 161 0 137 64 7 515 133 60
Binary 11101100 1011 1110001 0 1011111 110100 111 101001101 1011011 110000

Color Harmonies of #EC0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B71

Black with #EC0B71

Text Example


Text Example

White with #EC0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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