Html Css Color HEX #E2185F Ruby

📋 copy color: '#E2185F'

red 226 ◦ green 24 ◦ blue 95

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

Shades of Ruby #E2185F

Tints of Ruby #E2185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 65.51%
G = 6.96%
B = 27.54%

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

#E2185F (or 0xE2185F) is known color: Ruby. HEX triplet: E2, 18 and 5F. RGB value is (226,24,95). Sum of RGB (Red+Green+Blue) = 226+24+95=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185F is #1DE7A0. Grayscale: #5C5C5C. Windows color (decimal): -1959841 or 6232290. OLE color: 6232290.

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

Color convert

RGB 226 24 95 -
CMYK 0 0.89 0.58 0.11
HSL 338.91º 0.81% 0.49% -
HSV(B) 338.91º 0.89% 0.89% -
XYZ 33.76 17.65 12.45 -
YUV 92.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 226 24 95 0 0.89 0.58 0.11 338.91 0.81 0.49
Hex E2 18 5F 0 59 3A B 153 51 31
Octal 342 30 137 0 131 72 13 523 121 61
Binary 11100010 11000 1011111 0 1011001 111010 1011 101010011 1010001 110001

Color Harmonies of #E2185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2185F

Black with #E2185F

Text Example


Text Example

White with #E2185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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