Html Css Color HEX #ED1773 Ruby

📋 copy color: '#ED1773'

red 237 ◦ green 23 ◦ blue 115

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

Shades of Ruby #ED1773

Tints of Ruby #ED1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 63.2%
G = 6.13%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED1773 (or 0xED1773) is known color: Ruby. HEX triplet: ED, 17 and 73. RGB value is (237,23,115). Sum of RGB (Red+Green+Blue) = 237+23+115=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1773 is #12E88C. Grayscale: #616161. Windows color (decimal): -1239181 or 7542765. OLE color: 7542765.

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

Color convert

RGB 237 23 115 -
CMYK 0 0.90 0.51 0.07
HSL 334.21º 0.86% 0.51% -
HSV(B) 334.21º 0.9% 0.93% -
XYZ 38.33 19.86 18.03 -
YUV 97.47 137.9 227.52 -
System Red Green Blue C M Y K H S L
Decimal 237 23 115 0 0.90 0.51 0.07 334.21 0.86 0.51
Hex ED 17 73 0 5A 33 7 14E 56 33
Octal 355 27 163 0 132 63 7 516 126 63
Binary 11101101 10111 1110011 0 1011010 110011 111 101001110 1010110 110011

Color Harmonies of #ED1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1773

Black with #ED1773

Text Example


Text Example

White with #ED1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1773; }

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

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

background-color css

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

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

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

border-color css

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

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

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