Html Css Color HEX #E2185E Ruby

📋 copy color: '#E2185E'

red 226 ◦ green 24 ◦ blue 94

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

Shades of Ruby #E2185E

Tints of Ruby #E2185E

RGB

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

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

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

R = 65.7%
G = 6.98%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2185E (or 0xE2185E) is known color: Ruby. HEX triplet: E2, 18 and 5E. RGB value is (226,24,94). Sum of RGB (Red+Green+Blue) = 226+24+94=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185E is #1DE7A1. Grayscale: #5C5C5C. Windows color (decimal): -1959842 or 6166754. OLE color: 6166754.

HSL color Cylindrical-coordinate representation of color #E2185E: hue angle of 339.21º 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 #E2185E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 24 94 -
CMYK 0 0.89 0.58 0.11
HSL 339.21º 0.81% 0.49% -
HSV(B) 339.21º 0.89% 0.89% -
XYZ 33.71 17.63 12.22 -
YUV 92.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 226 24 94 0 0.89 0.58 0.11 339.21 0.81 0.49
Hex E2 18 5E 0 59 3A B 153 51 31
Octal 342 30 136 0 131 72 13 523 121 61
Binary 11100010 11000 1011110 0 1011001 111010 1011 101010011 1010001 110001

Color Harmonies of #E2185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2185E

Black with #E2185E

Text Example


Text Example

White with #E2185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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