Html Css Color HEX #EC107A Ruby

📋 copy color: '#EC107A'

red 236 ◦ green 16 ◦ blue 122

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

Shades of Ruby #EC107A

Tints of Ruby #EC107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 63.1%
G = 4.28%
B = 32.62%

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

#EC107A (or 0xEC107A) is known color: Ruby. HEX triplet: EC, 10 and 7A. RGB value is (236,16,122). Sum of RGB (Red+Green+Blue) = 236+16+122=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC107A is #13EF85. Grayscale: #5D5D5D. Windows color (decimal): -1306502 or 7999724. OLE color: 7999724.

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

Color convert

RGB 236 16 122 -
CMYK 0 0.93 0.48 0.07
HSL 331.09º 0.87% 0.49% -
HSV(B) 331.09º 0.93% 0.93% -
XYZ 38.29 19.61 20.18 -
YUV 93.86 143.89 229.38 -
System Red Green Blue C M Y K H S L
Decimal 236 16 122 0 0.93 0.48 0.07 331.09 0.87 0.49
Hex EC 10 7A 0 5D 30 7 14B 57 31
Octal 354 20 172 0 135 60 7 513 127 61
Binary 11101100 10000 1111010 0 1011101 110000 111 101001011 1010111 110001

Color Harmonies of #EC107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC107A

Black with #EC107A

Text Example


Text Example

White with #EC107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC107A; }

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

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

background-color css

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

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

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

border-color css

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

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

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