Html Css Color HEX #E2185B Ruby

📋 copy color: '#E2185B'

red 226 ◦ green 24 ◦ blue 91

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

Shades of Ruby #E2185B

Tints of Ruby #E2185B

RGB

 RED value IS 226 (88.67% from 255) = 66.28%

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

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 66.28%
G = 7.04%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2185B (or 0xE2185B) is known color: Ruby. HEX triplet: E2, 18 and 5B. RGB value is (226,24,91). Sum of RGB (Red+Green+Blue) = 226+24+91=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185B is #1DE7A4. Grayscale: #5B5B5B. Windows color (decimal): -1959845 or 5970146. OLE color: 5970146.

HSL color Cylindrical-coordinate representation of color #E2185B: hue angle of 340.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2185B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 24 91 -
CMYK 0 0.89 0.60 0.11
HSL 340.1º 0.81% 0.49% -
HSV(B) 340.1º 0.89% 0.89% -
XYZ 33.58 17.58 11.52 -
YUV 92.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 226 24 91 0 0.89 0.60 0.11 340.1 0.81 0.49
Hex E2 18 5B 0 59 3C B 154 51 31
Octal 342 30 133 0 131 74 13 524 121 61
Binary 11100010 11000 1011011 0 1011001 111100 1011 101010100 1010001 110001

Color Harmonies of #E2185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2185B

Black with #E2185B

Text Example


Text Example

White with #E2185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2185B; }

 p { color: rgb(226,24,91); }

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

background-color css

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

 a { background-color: rgb(226,24,91); }

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

border-color css

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

 span { border-color: rgb(226,24,91); }

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