Html Css Color HEX #EC0B7A Ruby

📋 copy color: '#EC0B7A'

red 236 ◦ green 11 ◦ blue 122

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

Shades of Ruby #EC0B7A

Tints of Ruby #EC0B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 63.96%
G = 2.98%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC0B7A (or 0xEC0B7A) is known color: Ruby. HEX triplet: EC, 0B and 7A. RGB value is (236,11,122). Sum of RGB (Red+Green+Blue) = 236+11+122=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B7A is #13F485. Grayscale: #5A5A5A. Windows color (decimal): -1307782 or 7998444. OLE color: 7998444.

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

Color convert

RGB 236 11 122 -
CMYK 0 0.95 0.48 0.07
HSL 330.4º 0.91% 0.48% -
HSV(B) 330.4º 0.95% 0.93% -
XYZ 38.22 19.48 20.16 -
YUV 90.93 145.54 231.47 -
System Red Green Blue C M Y K H S L
Decimal 236 11 122 0 0.95 0.48 0.07 330.4 0.91 0.48
Hex EC B 7A 0 5F 30 7 14A 5B 30
Octal 354 13 172 0 137 60 7 512 133 60
Binary 11101100 1011 1111010 0 1011111 110000 111 101001010 1011011 110000

Color Harmonies of #EC0B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B7A

Black with #EC0B7A

Text Example


Text Example

White with #EC0B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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