Html Css Color HEX #E11F5E Ruby

📋 copy color: '#E11F5E'

red 225 ◦ green 31 ◦ blue 94

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

Shades of Ruby #E11F5E

Tints of Ruby #E11F5E

RGB

 RED value IS 225 (88.28% from 255) = 64.29%

 GREEN value IS 31 (12.5% from 255) = 8.86%

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

R = 64.29%
G = 8.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E11F5E (or 0xE11F5E) is known color: Ruby. HEX triplet: E1, 1F and 5E. RGB value is (225,31,94). Sum of RGB (Red+Green+Blue) = 225+31+94=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F5E is #1EE0A1. Grayscale: #606060. Windows color (decimal): -2023586 or 6168545. OLE color: 6168545.

HSL color Cylindrical-coordinate representation of color #E11F5E: hue angle of 340.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F5E is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 94 -
CMYK 0 0.86 0.58 0.12
HSL 340.52º 0.76% 0.5% -
HSV(B) 340.52º 0.86% 0.88% -
XYZ 33.56 17.8 12.26 -
YUV 96.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 225 31 94 0 0.86 0.58 0.12 340.52 0.76 0.5
Hex E1 1F 5E 0 56 3A C 155 4C 32
Octal 341 37 136 0 126 72 14 525 114 62
Binary 11100001 11111 1011110 0 1010110 111010 1100 101010101 1001100 110010

Color Harmonies of #E11F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F5E

Black with #E11F5E

Text Example


Text Example

White with #E11F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F5E; }

 p { color: rgb(225,31,94); }

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

background-color css

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

 a { background-color: rgb(225,31,94); }

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

border-color css

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

 span { border-color: rgb(225,31,94); }

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