Html Css Color HEX #EC175D Ruby

📋 copy color: '#EC175D'

red 236 ◦ green 23 ◦ blue 93

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

Shades of Ruby #EC175D

Tints of Ruby #EC175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

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

R = 67.05%
G = 6.53%
B = 26.42%

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

#EC175D (or 0xEC175D) is known color: Ruby. HEX triplet: EC, 17 and 5D. RGB value is (236,23,93). Sum of RGB (Red+Green+Blue) = 236+23+93=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC175D is #13E8A2. Grayscale: #5E5E5E. Windows color (decimal): -1304739 or 6100972. OLE color: 6100972.

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

Color convert

RGB 236 23 93 -
CMYK 0 0.90 0.61 0.07
HSL 340.28º 0.85% 0.51% -
HSV(B) 340.28º 0.9% 0.93% -
XYZ 36.87 19.24 12.13 -
YUV 94.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 236 23 93 0 0.90 0.61 0.07 340.28 0.85 0.51
Hex EC 17 5D 0 5A 3D 7 154 55 33
Octal 354 27 135 0 132 75 7 524 125 63
Binary 11101100 10111 1011101 0 1011010 111101 111 101010100 1010101 110011

Color Harmonies of #EC175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC175D

Black with #EC175D

Text Example


Text Example

White with #EC175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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