Html Css Color HEX #EC175F Ruby

📋 copy color: '#EC175F'

red 236 ◦ green 23 ◦ blue 95

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

Shades of Ruby #EC175F

Tints of Ruby #EC175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 66.67%
G = 6.5%
B = 26.84%

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

#EC175F (or 0xEC175F) is known color: Ruby. HEX triplet: EC, 17 and 5F. RGB value is (236,23,95). Sum of RGB (Red+Green+Blue) = 236+23+95=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC175F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC175F is #13E8A0. Grayscale: #5E5E5E. Windows color (decimal): -1304737 or 6232044. OLE color: 6232044.

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

Color convert

RGB 236 23 95 -
CMYK 0 0.90 0.60 0.07
HSL 339.72º 0.85% 0.51% -
HSV(B) 339.72º 0.9% 0.93% -
XYZ 36.96 19.27 12.6 -
YUV 94.9 128.07 228.65 -
System Red Green Blue C M Y K H S L
Decimal 236 23 95 0 0.90 0.60 0.07 339.72 0.85 0.51
Hex EC 17 5F 0 5A 3C 7 154 55 33
Octal 354 27 137 0 132 74 7 524 125 63
Binary 11101100 10111 1011111 0 1011010 111100 111 101010100 1010101 110011

Color Harmonies of #EC175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC175F

Black with #EC175F

Text Example


Text Example

White with #EC175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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