Html Css Color HEX #EC117A Ruby

📋 copy color: '#EC117A'

red 236 ◦ green 17 ◦ blue 122

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

Shades of Ruby #EC117A

Tints of Ruby #EC117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 62.93%
G = 4.53%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC117A (or 0xEC117A) is known color: Ruby. HEX triplet: EC, 11 and 7A. RGB value is (236,17,122). Sum of RGB (Red+Green+Blue) = 236+17+122=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC117A is #13EE85. Grayscale: #5E5E5E. Windows color (decimal): -1306246 or 7999980. OLE color: 7999980.

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

Color convert

RGB 236 17 122 -
CMYK 0 0.93 0.48 0.07
HSL 331.23º 0.87% 0.5% -
HSV(B) 331.23º 0.93% 0.93% -
XYZ 38.31 19.64 20.18 -
YUV 94.45 143.55 228.96 -
System Red Green Blue C M Y K H S L
Decimal 236 17 122 0 0.93 0.48 0.07 331.23 0.87 0.5
Hex EC 11 7A 0 5D 30 7 14B 57 32
Octal 354 21 172 0 135 60 7 513 127 62
Binary 11101100 10001 1111010 0 1011101 110000 111 101001011 1010111 110010

Color Harmonies of #EC117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC117A

Black with #EC117A

Text Example


Text Example

White with #EC117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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