Html Css Color HEX #ED1770 Ruby

📋 copy color: '#ED1770'

red 237 ◦ green 23 ◦ blue 112

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

Shades of Ruby #ED1770

Tints of Ruby #ED1770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 63.71%
G = 6.18%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED1770 (or 0xED1770) is known color: Ruby. HEX triplet: ED, 17 and 70. RGB value is (237,23,112). Sum of RGB (Red+Green+Blue) = 237+23+112=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1770 is #12E88F. Grayscale: #606060. Windows color (decimal): -1239184 or 7346157. OLE color: 7346157.

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

Color convert

RGB 237 23 112 -
CMYK 0 0.90 0.53 0.07
HSL 335.05º 0.86% 0.51% -
HSV(B) 335.05º 0.9% 0.93% -
XYZ 38.16 19.79 17.14 -
YUV 97.13 136.4 227.76 -
System Red Green Blue C M Y K H S L
Decimal 237 23 112 0 0.90 0.53 0.07 335.05 0.86 0.51
Hex ED 17 70 0 5A 35 7 14F 56 33
Octal 355 27 160 0 132 65 7 517 126 63
Binary 11101101 10111 1110000 0 1011010 110101 111 101001111 1010110 110011

Color Harmonies of #ED1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1770

Black with #ED1770

Text Example


Text Example

White with #ED1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1770; }

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

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

background-color css

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

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

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

border-color css

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

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

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