Html Css Color HEX #E2185D Ruby

📋 copy color: '#E2185D'

red 226 ◦ green 24 ◦ blue 93

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

Shades of Ruby #E2185D

Tints of Ruby #E2185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.11%

R = 65.89%
G = 7%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2185D (or 0xE2185D) is known color: Ruby. HEX triplet: E2, 18 and 5D. RGB value is (226,24,93). Sum of RGB (Red+Green+Blue) = 226+24+93=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185D is #1DE7A2. Grayscale: #5C5C5C. Windows color (decimal): -1959843 or 6101218. OLE color: 6101218.

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

Color convert

RGB 226 24 93 -
CMYK 0 0.89 0.59 0.11
HSL 339.5º 0.81% 0.49% -
HSV(B) 339.5º 0.89% 0.89% -
XYZ 33.67 17.61 11.98 -
YUV 92.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 226 24 93 0 0.89 0.59 0.11 339.5 0.81 0.49
Hex E2 18 5D 0 59 3B B 154 51 31
Octal 342 30 135 0 131 73 13 524 121 61
Binary 11100010 11000 1011101 0 1011001 111011 1011 101010100 1010001 110001

Color Harmonies of #E2185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2185D

Black with #E2185D

Text Example


Text Example

White with #E2185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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