Html Css Color HEX #EC157A Ruby

📋 copy color: '#EC157A'

red 236 ◦ green 21 ◦ blue 122

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

Shades of Ruby #EC157A

Tints of Ruby #EC157A

RGB

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

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

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

R = 62.27%
G = 5.54%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC157A (or 0xEC157A) is known color: Ruby. HEX triplet: EC, 15 and 7A. RGB value is (236,21,122). Sum of RGB (Red+Green+Blue) = 236+21+122=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC157A is #13EA85. Grayscale: #606060. Windows color (decimal): -1305222 or 8001004. OLE color: 8001004.

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

Color convert

RGB 236 21 122 -
CMYK 0 0.91 0.48 0.07
HSL 331.81º 0.85% 0.5% -
HSV(B) 331.81º 0.91% 0.93% -
XYZ 38.37 19.77 20.21 -
YUV 96.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 236 21 122 0 0.91 0.48 0.07 331.81 0.85 0.5
Hex EC 15 7A 0 5B 30 7 14C 55 32
Octal 354 25 172 0 133 60 7 514 125 62
Binary 11101100 10101 1111010 0 1011011 110000 111 101001100 1010101 110010

Color Harmonies of #EC157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC157A

Black with #EC157A

Text Example


Text Example

White with #EC157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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