Html Css Color HEX #EC0B6E Ruby

📋 copy color: '#EC0B6E'

red 236 ◦ green 11 ◦ blue 110

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

Shades of Ruby #EC0B6E

Tints of Ruby #EC0B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 66.11%
G = 3.08%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC0B6E (or 0xEC0B6E) is known color: Ruby. HEX triplet: EC, 0B and 6E. RGB value is (236,11,110). Sum of RGB (Red+Green+Blue) = 236+11+110=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B6E is #13F491. Grayscale: #595959. Windows color (decimal): -1307794 or 7212012. OLE color: 7212012.

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

Color convert

RGB 236 11 110 -
CMYK 0 0.95 0.53 0.07
HSL 333.6º 0.91% 0.48% -
HSV(B) 333.6º 0.95% 0.93% -
XYZ 37.53 19.2 16.48 -
YUV 89.56 139.54 232.45 -
System Red Green Blue C M Y K H S L
Decimal 236 11 110 0 0.95 0.53 0.07 333.6 0.91 0.48
Hex EC B 6E 0 5F 35 7 14E 5B 30
Octal 354 13 156 0 137 65 7 516 133 60
Binary 11101100 1011 1101110 0 1011111 110101 111 101001110 1011011 110000

Color Harmonies of #EC0B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B6E

Black with #EC0B6E

Text Example


Text Example

White with #EC0B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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