Html Css Color HEX #ED1774 Ruby

📋 copy color: '#ED1774'

red 237 ◦ green 23 ◦ blue 116

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

Shades of Ruby #ED1774

Tints of Ruby #ED1774

RGB

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

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

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

R = 63.03%
G = 6.12%
B = 30.85%

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

#ED1774 (or 0xED1774) is known color: Ruby. HEX triplet: ED, 17 and 74. RGB value is (237,23,116). Sum of RGB (Red+Green+Blue) = 237+23+116=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1774 is #12E88B. Grayscale: #616161. Windows color (decimal): -1239180 or 7608301. OLE color: 7608301.

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

Color convert

RGB 237 23 116 -
CMYK 0 0.90 0.51 0.07
HSL 333.93º 0.86% 0.51% -
HSV(B) 333.93º 0.9% 0.93% -
XYZ 38.38 19.88 18.34 -
YUV 97.59 138.4 227.44 -
System Red Green Blue C M Y K H S L
Decimal 237 23 116 0 0.90 0.51 0.07 333.93 0.86 0.51
Hex ED 17 74 0 5A 33 7 14E 56 33
Octal 355 27 164 0 132 63 7 516 126 63
Binary 11101101 10111 1110100 0 1011010 110011 111 101001110 1010110 110011

Color Harmonies of #ED1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1774

Black with #ED1774

Text Example


Text Example

White with #ED1774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1774; }

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

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

background-color css

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

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

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

border-color css

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

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

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