Html Css Color HEX #E2195F Ruby

📋 copy color: '#E2195F'

red 226 ◦ green 25 ◦ blue 95

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

Shades of Ruby #E2195F

Tints of Ruby #E2195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 65.32%
G = 7.23%
B = 27.46%

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

#E2195F (or 0xE2195F) is known color: Ruby. HEX triplet: E2, 19 and 5F. RGB value is (226,25,95). Sum of RGB (Red+Green+Blue) = 226+25+95=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E2195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2195F is #1DE6A0. Grayscale: #5D5D5D. Windows color (decimal): -1959585 or 6232546. OLE color: 6232546.

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

Color convert

RGB 226 25 95 -
CMYK 0 0.89 0.58 0.11
HSL 339.1º 0.8% 0.49% -
HSV(B) 339.1º 0.89% 0.89% -
XYZ 33.78 17.69 12.46 -
YUV 93.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 226 25 95 0 0.89 0.58 0.11 339.1 0.8 0.49
Hex E2 19 5F 0 59 3A B 153 50 31
Octal 342 31 137 0 131 72 13 523 120 61
Binary 11100010 11001 1011111 0 1011001 111010 1011 101010011 1010000 110001

Color Harmonies of #E2195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2195F

Black with #E2195F

Text Example


Text Example

White with #E2195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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