Html Css Color HEX #ED1679 Ruby

📋 copy color: '#ED1679'

red 237 ◦ green 22 ◦ blue 121

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

Shades of Ruby #ED1679

Tints of Ruby #ED1679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 62.37%
G = 5.79%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED1679 (or 0xED1679) is known color: Ruby. HEX triplet: ED, 16 and 79. RGB value is (237,22,121). Sum of RGB (Red+Green+Blue) = 237+22+121=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1679 is #12E986. Grayscale: #616161. Windows color (decimal): -1239431 or 7935725. OLE color: 7935725.

HSL color Cylindrical-coordinate representation of color #ED1679: hue angle of 332.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED1679 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 121 -
CMYK 0 0.91 0.49 0.07
HSL 332.37º 0.86% 0.51% -
HSV(B) 332.37º 0.91% 0.93% -
XYZ 38.66 19.96 19.9 -
YUV 97.57 141.23 227.45 -
System Red Green Blue C M Y K H S L
Decimal 237 22 121 0 0.91 0.49 0.07 332.37 0.86 0.51
Hex ED 16 79 0 5B 31 7 14C 56 33
Octal 355 26 171 0 133 61 7 514 126 63
Binary 11101101 10110 1111001 0 1011011 110001 111 101001100 1010110 110011

Color Harmonies of #ED1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1679

Black with #ED1679

Text Example


Text Example

White with #ED1679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1679; }

 p { color: rgb(237,22,121); }

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

background-color css

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

 a { background-color: rgb(237,22,121); }

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

border-color css

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

 span { border-color: rgb(237,22,121); }

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