Html Css Color HEX #ED155E Ruby

📋 copy color: '#ED155E'

red 237 ◦ green 21 ◦ blue 94

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

Shades of Ruby #ED155E

Tints of Ruby #ED155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 67.33%
G = 5.97%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED155E (or 0xED155E) is known color: Ruby. HEX triplet: ED, 15 and 5E. RGB value is (237,21,94). Sum of RGB (Red+Green+Blue) = 237+21+94=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED155E is #12EAA1. Grayscale: #5D5D5D. Windows color (decimal): -1239714 or 6165997. OLE color: 6165997.

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

Color convert

RGB 237 21 94 -
CMYK 0 0.91 0.60 0.07
HSL 339.72º 0.86% 0.51% -
HSV(B) 339.72º 0.91% 0.93% -
XYZ 37.21 19.35 12.36 -
YUV 93.91 128.06 230.06 -
System Red Green Blue C M Y K H S L
Decimal 237 21 94 0 0.91 0.60 0.07 339.72 0.86 0.51
Hex ED 15 5E 0 5B 3C 7 154 56 33
Octal 355 25 136 0 133 74 7 524 126 63
Binary 11101101 10101 1011110 0 1011011 111100 111 101010100 1010110 110011

Color Harmonies of #ED155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED155E

Black with #ED155E

Text Example


Text Example

White with #ED155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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