Html Css Color HEX #EC196A Ruby

📋 copy color: '#EC196A'

red 236 ◦ green 25 ◦ blue 106

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

Shades of Ruby #EC196A

Tints of Ruby #EC196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 64.31%
G = 6.81%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC196A (or 0xEC196A) is known color: Ruby. HEX triplet: EC, 19 and 6A. RGB value is (236,25,106). Sum of RGB (Red+Green+Blue) = 236+25+106=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC196A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC196A is #13E695. Grayscale: #616161. Windows color (decimal): -1304214 or 6953452. OLE color: 6953452.

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

Color convert

RGB 236 25 106 -
CMYK 0 0.89 0.55 0.07
HSL 336.97º 0.85% 0.51% -
HSV(B) 336.97º 0.89% 0.93% -
XYZ 37.54 19.57 15.43 -
YUV 97.32 132.9 226.91 -
System Red Green Blue C M Y K H S L
Decimal 236 25 106 0 0.89 0.55 0.07 336.97 0.85 0.51
Hex EC 19 6A 0 59 37 7 151 55 33
Octal 354 31 152 0 131 67 7 521 125 63
Binary 11101100 11001 1101010 0 1011001 110111 111 101010001 1010101 110011

Color Harmonies of #EC196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC196A

Black with #EC196A

Text Example


Text Example

White with #EC196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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