Html Css Color HEX #E2185C Ruby

📋 copy color: '#E2185C'

red 226 ◦ green 24 ◦ blue 92

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

Shades of Ruby #E2185C

Tints of Ruby #E2185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 66.08%
G = 7.02%
B = 26.9%

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

#E2185C (or 0xE2185C) is known color: Ruby. HEX triplet: E2, 18 and 5C. RGB value is (226,24,92). Sum of RGB (Red+Green+Blue) = 226+24+92=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185C is #1DE7A3. Grayscale: #5C5C5C. Windows color (decimal): -1959844 or 6035682. OLE color: 6035682.

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

Color convert

RGB 226 24 92 -
CMYK 0 0.89 0.59 0.11
HSL 339.8º 0.81% 0.49% -
HSV(B) 339.8º 0.89% 0.89% -
XYZ 33.62 17.59 11.75 -
YUV 92.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 226 24 92 0 0.89 0.59 0.11 339.8 0.81 0.49
Hex E2 18 5C 0 59 3B B 154 51 31
Octal 342 30 134 0 131 73 13 524 121 61
Binary 11100010 11000 1011100 0 1011001 111011 1011 101010100 1010001 110001

Color Harmonies of #E2185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2185C

Black with #E2185C

Text Example


Text Example

White with #E2185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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