Html Css Color HEX #ED185C Ruby

📋 copy color: '#ED185C'

red 237 ◦ green 24 ◦ blue 92

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

Shades of Ruby #ED185C

Tints of Ruby #ED185C

RGB

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

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

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

R = 67.14%
G = 6.8%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED185C (or 0xED185C) is known color: Ruby. HEX triplet: ED, 18 and 5C. RGB value is (237,24,92). Sum of RGB (Red+Green+Blue) = 237+24+92=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED185C is #12E7A3. Grayscale: #5F5F5F. Windows color (decimal): -1238948 or 6035693. OLE color: 6035693.

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

Color convert

RGB 237 24 92 -
CMYK 0 0.90 0.61 0.07
HSL 340.85º 0.86% 0.51% -
HSV(B) 340.85º 0.9% 0.93% -
XYZ 37.18 19.43 11.92 -
YUV 95.44 126.07 228.97 -
System Red Green Blue C M Y K H S L
Decimal 237 24 92 0 0.90 0.61 0.07 340.85 0.86 0.51
Hex ED 18 5C 0 5A 3D 7 155 56 33
Octal 355 30 134 0 132 75 7 525 126 63
Binary 11101101 11000 1011100 0 1011010 111101 111 101010101 1010110 110011

Color Harmonies of #ED185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED185C

Black with #ED185C

Text Example


Text Example

White with #ED185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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