Html Css Color HEX #ED1874 Ruby

📋 copy color: '#ED1874'

red 237 ◦ green 24 ◦ blue 116

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

Shades of Ruby #ED1874

Tints of Ruby #ED1874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 62.86%
G = 6.37%
B = 30.77%

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

#ED1874 (or 0xED1874) is known color: Ruby. HEX triplet: ED, 18 and 74. RGB value is (237,24,116). Sum of RGB (Red+Green+Blue) = 237+24+116=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1874 is #12E78B. Grayscale: #626262. Windows color (decimal): -1238924 or 7608557. OLE color: 7608557.

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

Color convert

RGB 237 24 116 -
CMYK 0 0.90 0.51 0.07
HSL 334.08º 0.86% 0.51% -
HSV(B) 334.08º 0.9% 0.93% -
XYZ 38.4 19.92 18.34 -
YUV 98.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 237 24 116 0 0.90 0.51 0.07 334.08 0.86 0.51
Hex ED 18 74 0 5A 33 7 14E 56 33
Octal 355 30 164 0 132 63 7 516 126 63
Binary 11101101 11000 1110100 0 1011010 110011 111 101001110 1010110 110011

Color Harmonies of #ED1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1874

Black with #ED1874

Text Example


Text Example

White with #ED1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1874; }

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

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

background-color css

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

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

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

border-color css

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

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

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