Html Css Color HEX #E0185B Ruby

📋 copy color: '#E0185B'

red 224 ◦ green 24 ◦ blue 91

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

Shades of Ruby #E0185B

Tints of Ruby #E0185B

RGB

 RED value IS 224 (87.89% from 255) = 66.08%

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

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

R = 66.08%
G = 7.08%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0185B (or 0xE0185B) is known color: Ruby. HEX triplet: E0, 18 and 5B. RGB value is (224,24,91). Sum of RGB (Red+Green+Blue) = 224+24+91=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0185B is #1FE7A4. Grayscale: #5B5B5B. Windows color (decimal): -2090917 or 5970144. OLE color: 5970144.

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

Color convert

RGB 224 24 91 -
CMYK 0 0.89 0.59 0.12
HSL 339.9º 0.81% 0.49% -
HSV(B) 339.9º 0.89% 0.88% -
XYZ 32.96 17.26 11.49 -
YUV 91.44 127.76 222.55 -
System Red Green Blue C M Y K H S L
Decimal 224 24 91 0 0.89 0.59 0.12 339.9 0.81 0.49
Hex E0 18 5B 0 59 3B C 154 51 31
Octal 340 30 133 0 131 73 14 524 121 61
Binary 11100000 11000 1011011 0 1011001 111011 1100 101010100 1010001 110001

Color Harmonies of #E0185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0185B

Black with #E0185B

Text Example


Text Example

White with #E0185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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