Html Css Color HEX #ED1873 Ruby

📋 copy color: '#ED1873'

red 237 ◦ green 24 ◦ blue 115

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

Shades of Ruby #ED1873

Tints of Ruby #ED1873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 63.03%
G = 6.38%
B = 30.59%

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

#ED1873 (or 0xED1873) is known color: Ruby. HEX triplet: ED, 18 and 73. RGB value is (237,24,115). Sum of RGB (Red+Green+Blue) = 237+24+115=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1873 is #12E78C. Grayscale: #616161. Windows color (decimal): -1238925 or 7543021. OLE color: 7543021.

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

Color convert

RGB 237 24 115 -
CMYK 0 0.90 0.51 0.07
HSL 334.37º 0.86% 0.51% -
HSV(B) 334.37º 0.9% 0.93% -
XYZ 38.35 19.9 18.04 -
YUV 98.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 237 24 115 0 0.90 0.51 0.07 334.37 0.86 0.51
Hex ED 18 73 0 5A 33 7 14E 56 33
Octal 355 30 163 0 132 63 7 516 126 63
Binary 11101101 11000 1110011 0 1011010 110011 111 101001110 1010110 110011

Color Harmonies of #ED1873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1873

Black with #ED1873

Text Example


Text Example

White with #ED1873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1873; }

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

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

background-color css

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

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

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

border-color css

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

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

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