Html Css Color HEX #EC156A Ruby

📋 copy color: '#EC156A'

red 236 ◦ green 21 ◦ blue 106

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

Shades of Ruby #EC156A

Tints of Ruby #EC156A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 65.01%
G = 5.79%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC156A (or 0xEC156A) is known color: Ruby. HEX triplet: EC, 15 and 6A. RGB value is (236,21,106). Sum of RGB (Red+Green+Blue) = 236+21+106=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC156A is #13EA95. Grayscale: #5E5E5E. Windows color (decimal): -1305238 or 6952428. OLE color: 6952428.

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

Color convert

RGB 236 21 106 -
CMYK 0 0.91 0.55 0.07
HSL 336.28º 0.85% 0.5% -
HSV(B) 336.28º 0.91% 0.93% -
XYZ 37.46 19.41 15.41 -
YUV 94.98 134.23 228.59 -
System Red Green Blue C M Y K H S L
Decimal 236 21 106 0 0.91 0.55 0.07 336.28 0.85 0.5
Hex EC 15 6A 0 5B 37 7 150 55 32
Octal 354 25 152 0 133 67 7 520 125 62
Binary 11101100 10101 1101010 0 1011011 110111 111 101010000 1010101 110010

Color Harmonies of #EC156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC156A

Black with #EC156A

Text Example


Text Example

White with #EC156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC156A; }

 p { color: rgb(236,21,106); }

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

background-color css

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

 a { background-color: rgb(236,21,106); }

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

border-color css

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

 span { border-color: rgb(236,21,106); }

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