Html Css Color HEX #EC175E Ruby

📋 copy color: '#EC175E'

red 236 ◦ green 23 ◦ blue 94

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

Shades of Ruby #EC175E

Tints of Ruby #EC175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 66.86%
G = 6.52%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC175E (or 0xEC175E) is known color: Ruby. HEX triplet: EC, 17 and 5E. RGB value is (236,23,94). Sum of RGB (Red+Green+Blue) = 236+23+94=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC175E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC175E is #13E8A1. Grayscale: #5E5E5E. Windows color (decimal): -1304738 or 6166508. OLE color: 6166508.

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

Color convert

RGB 236 23 94 -
CMYK 0 0.90 0.60 0.07
HSL 340º 0.85% 0.51% -
HSV(B) 340º 0.9% 0.93% -
XYZ 36.92 19.25 12.36 -
YUV 94.78 127.57 228.73 -
System Red Green Blue C M Y K H S L
Decimal 236 23 94 0 0.90 0.60 0.07 340 0.85 0.51
Hex EC 17 5E 0 5A 3C 7 154 55 33
Octal 354 27 136 0 132 74 7 524 125 63
Binary 11101100 10111 1011110 0 1011010 111100 111 101010100 1010101 110011

Color Harmonies of #EC175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC175E

Black with #EC175E

Text Example


Text Example

White with #EC175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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