Html Css Color HEX #EC185D Ruby

📋 copy color: '#EC185D'

red 236 ◦ green 24 ◦ blue 93

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

Shades of Ruby #EC185D

Tints of Ruby #EC185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 66.86%
G = 6.8%
B = 26.35%

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

#EC185D (or 0xEC185D) is known color: Ruby. HEX triplet: EC, 18 and 5D. RGB value is (236,24,93). Sum of RGB (Red+Green+Blue) = 236+24+93=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC185D is #13E7A2. Grayscale: #5F5F5F. Windows color (decimal): -1304483 or 6101228. OLE color: 6101228.

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

Color convert

RGB 236 24 93 -
CMYK 0 0.90 0.61 0.07
HSL 340.47º 0.85% 0.51% -
HSV(B) 340.47º 0.9% 0.93% -
XYZ 36.89 19.28 12.13 -
YUV 95.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 236 24 93 0 0.90 0.61 0.07 340.47 0.85 0.51
Hex EC 18 5D 0 5A 3D 7 154 55 33
Octal 354 30 135 0 132 75 7 524 125 63
Binary 11101100 11000 1011101 0 1011010 111101 111 101010100 1010101 110011

Color Harmonies of #EC185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC185D

Black with #EC185D

Text Example


Text Example

White with #EC185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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