Html Css Color HEX #EC185B Ruby

📋 copy color: '#EC185B'

red 236 ◦ green 24 ◦ blue 91

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

Shades of Ruby #EC185B

Tints of Ruby #EC185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 67.24%
G = 6.84%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC185B (or 0xEC185B) is known color: Ruby. HEX triplet: EC, 18 and 5B. RGB value is (236,24,91). Sum of RGB (Red+Green+Blue) = 236+24+91=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC185B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC185B is #13E7A4. Grayscale: #5E5E5E. Windows color (decimal): -1304485 or 5970156. OLE color: 5970156.

HSL color Cylindrical-coordinate representation of color #EC185B: hue angle of 341.04º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC185B is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 91 -
CMYK 0 0.90 0.61 0.07
HSL 341.04º 0.85% 0.51% -
HSV(B) 341.04º 0.9% 0.93% -
XYZ 36.81 19.24 11.67 -
YUV 95.03 125.74 228.55 -
System Red Green Blue C M Y K H S L
Decimal 236 24 91 0 0.90 0.61 0.07 341.04 0.85 0.51
Hex EC 18 5B 0 5A 3D 7 155 55 33
Octal 354 30 133 0 132 75 7 525 125 63
Binary 11101100 11000 1011011 0 1011010 111101 111 101010101 1010101 110011

Color Harmonies of #EC185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC185B

Black with #EC185B

Text Example


Text Example

White with #EC185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC185B; }

 p { color: rgb(236,24,91); }

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

background-color css

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

 a { background-color: rgb(236,24,91); }

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

border-color css

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

 span { border-color: rgb(236,24,91); }

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