Html Css Color HEX #ED176C Ruby

📋 copy color: '#ED176C'

red 237 ◦ green 23 ◦ blue 108

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

Shades of Ruby #ED176C

Tints of Ruby #ED176C

RGB

 RED value IS 237 (92.97% from 255) = 64.4%

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 64.4%
G = 6.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED176C (or 0xED176C) is known color: Ruby. HEX triplet: ED, 17 and 6C. RGB value is (237,23,108). Sum of RGB (Red+Green+Blue) = 237+23+108=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED176C is #12E893. Grayscale: #606060. Windows color (decimal): -1239188 or 7084013. OLE color: 7084013.

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

Color convert

RGB 237 23 108 -
CMYK 0 0.90 0.54 0.07
HSL 336.17º 0.86% 0.51% -
HSV(B) 336.17º 0.9% 0.93% -
XYZ 37.94 19.7 15.99 -
YUV 96.68 134.4 228.09 -
System Red Green Blue C M Y K H S L
Decimal 237 23 108 0 0.90 0.54 0.07 336.17 0.86 0.51
Hex ED 17 6C 0 5A 36 7 150 56 33
Octal 355 27 154 0 132 66 7 520 126 63
Binary 11101101 10111 1101100 0 1011010 110110 111 101010000 1010110 110011

Color Harmonies of #ED176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED176C

Black with #ED176C

Text Example


Text Example

White with #ED176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED176C; }

 p { color: rgb(237,23,108); }

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

background-color css

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

 a { background-color: rgb(237,23,108); }

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

border-color css

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

 span { border-color: rgb(237,23,108); }

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