Html Css Color HEX #EC197A Ruby

📋 copy color: '#EC197A'

red 236 ◦ green 25 ◦ blue 122

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

Shades of Ruby #EC197A

Tints of Ruby #EC197A

RGB

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

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

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

R = 61.62%
G = 6.53%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC197A (or 0xEC197A) is known color: Ruby. HEX triplet: EC, 19 and 7A. RGB value is (236,25,122). Sum of RGB (Red+Green+Blue) = 236+25+122=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC197A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC197A is #13E685. Grayscale: #626262. Windows color (decimal): -1304198 or 8002028. OLE color: 8002028.

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

Color convert

RGB 236 25 122 -
CMYK 0 0.89 0.48 0.07
HSL 332.42º 0.85% 0.51% -
HSV(B) 332.42º 0.89% 0.93% -
XYZ 38.45 19.93 20.23 -
YUV 99.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 236 25 122 0 0.89 0.48 0.07 332.42 0.85 0.51
Hex EC 19 7A 0 59 30 7 14C 55 33
Octal 354 31 172 0 131 60 7 514 125 63
Binary 11101100 11001 1111010 0 1011001 110000 111 101001100 1010101 110011

Color Harmonies of #EC197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC197A

Black with #EC197A

Text Example


Text Example

White with #EC197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC197A; }

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

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

background-color css

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

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

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

border-color css

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

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

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