Html Css Color HEX #EC175B Ruby

📋 copy color: '#EC175B'

red 236 ◦ green 23 ◦ blue 91

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

Shades of Ruby #EC175B

Tints of Ruby #EC175B

RGB

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

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

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

R = 67.43%
G = 6.57%
B = 26%

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

#EC175B (or 0xEC175B) is known color: Ruby. HEX triplet: EC, 17 and 5B. RGB value is (236,23,91). Sum of RGB (Red+Green+Blue) = 236+23+91=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC175B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC175B is #13E8A4. Grayscale: #5E5E5E. Windows color (decimal): -1304741 or 5969900. OLE color: 5969900.

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

Color convert

RGB 236 23 91 -
CMYK 0 0.90 0.61 0.07
HSL 340.85º 0.85% 0.51% -
HSV(B) 340.85º 0.9% 0.93% -
XYZ 36.79 19.2 11.66 -
YUV 94.44 126.07 228.97 -
System Red Green Blue C M Y K H S L
Decimal 236 23 91 0 0.90 0.61 0.07 340.85 0.85 0.51
Hex EC 17 5B 0 5A 3D 7 155 55 33
Octal 354 27 133 0 132 75 7 525 125 63
Binary 11101100 10111 1011011 0 1011010 111101 111 101010101 1010101 110011

Color Harmonies of #EC175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC175B

Black with #EC175B

Text Example


Text Example

White with #EC175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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