Html Css Color HEX #EC155C Ruby

📋 copy color: '#EC155C'

red 236 ◦ green 21 ◦ blue 92

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

Shades of Ruby #EC155C

Tints of Ruby #EC155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 67.62%
G = 6.02%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC155C (or 0xEC155C) is known color: Ruby. HEX triplet: EC, 15 and 5C. RGB value is (236,21,92). Sum of RGB (Red+Green+Blue) = 236+21+92=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC155C is #13EAA3. Grayscale: #5D5D5D. Windows color (decimal): -1305252 or 6034924. OLE color: 6034924.

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

Color convert

RGB 236 21 92 -
CMYK 0 0.91 0.61 0.07
HSL 340.19º 0.85% 0.5% -
HSV(B) 340.19º 0.91% 0.93% -
XYZ 36.79 19.14 11.88 -
YUV 93.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 236 21 92 0 0.91 0.61 0.07 340.19 0.85 0.5
Hex EC 15 5C 0 5B 3D 7 154 55 32
Octal 354 25 134 0 133 75 7 524 125 62
Binary 11101100 10101 1011100 0 1011011 111101 111 101010100 1010101 110010

Color Harmonies of #EC155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC155C

Black with #EC155C

Text Example


Text Example

White with #EC155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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