Html Css Color HEX #ED155C Ruby

📋 copy color: '#ED155C'

red 237 ◦ green 21 ◦ blue 92

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

Shades of Ruby #ED155C

Tints of Ruby #ED155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 67.71%
G = 6%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED155C (or 0xED155C) is known color: Ruby. HEX triplet: ED, 15 and 5C. RGB value is (237,21,92). Sum of RGB (Red+Green+Blue) = 237+21+92=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED155C is #12EAA3. Grayscale: #5D5D5D. Windows color (decimal): -1239716 or 6034925. OLE color: 6034925.

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

Color convert

RGB 237 21 92 -
CMYK 0 0.91 0.61 0.07
HSL 340.28º 0.86% 0.51% -
HSV(B) 340.28º 0.91% 0.93% -
XYZ 37.12 19.31 11.9 -
YUV 93.68 127.06 230.23 -
System Red Green Blue C M Y K H S L
Decimal 237 21 92 0 0.91 0.61 0.07 340.28 0.86 0.51
Hex ED 15 5C 0 5B 3D 7 154 56 33
Octal 355 25 134 0 133 75 7 524 126 63
Binary 11101101 10101 1011100 0 1011011 111101 111 101010100 1010110 110011

Color Harmonies of #ED155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED155C

Black with #ED155C

Text Example


Text Example

White with #ED155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED155C; }

 p { color: rgb(237,21,92); }

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

background-color css

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

 a { background-color: rgb(237,21,92); }

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

border-color css

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

 span { border-color: rgb(237,21,92); }

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