Html Css Color HEX #ED1167 Ruby

📋 copy color: '#ED1167'

red 237 ◦ green 17 ◦ blue 103

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

Shades of Ruby #ED1167

Tints of Ruby #ED1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 66.39%
G = 4.76%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED1167 (or 0xED1167) is known color: Ruby. HEX triplet: ED, 11 and 67. RGB value is (237,17,103). Sum of RGB (Red+Green+Blue) = 237+17+103=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1167 is #12EE98. Grayscale: #5C5C5C. Windows color (decimal): -1240729 or 6754797. OLE color: 6754797.

HSL color Cylindrical-coordinate representation of color #ED1167: hue angle of 336.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1167 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 103 -
CMYK 0 0.93 0.57 0.07
HSL 336.55º 0.87% 0.5% -
HSV(B) 336.55º 0.93% 0.93% -
XYZ 37.57 19.38 14.59 -
YUV 92.58 133.89 231.01 -
System Red Green Blue C M Y K H S L
Decimal 237 17 103 0 0.93 0.57 0.07 336.55 0.87 0.5
Hex ED 11 67 0 5D 39 7 151 57 32
Octal 355 21 147 0 135 71 7 521 127 62
Binary 11101101 10001 1100111 0 1011101 111001 111 101010001 1010111 110010

Color Harmonies of #ED1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1167

Black with #ED1167

Text Example


Text Example

White with #ED1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1167; }

 p { color: rgb(237,17,103); }

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

background-color css

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

 a { background-color: rgb(237,17,103); }

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

border-color css

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

 span { border-color: rgb(237,17,103); }

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