Html Css Color HEX #E11461 Ruby

📋 copy color: '#E11461'

red 225 ◦ green 20 ◦ blue 97

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

Shades of Ruby #E11461

Tints of Ruby #E11461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 65.79%
G = 5.85%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E11461 (or 0xE11461) is known color: Ruby. HEX triplet: E1, 14 and 61. RGB value is (225,20,97). Sum of RGB (Red+Green+Blue) = 225+20+97=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E11461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11461 is #1EEB9E. Grayscale: #595959. Windows color (decimal): -2026399 or 6362337. OLE color: 6362337.

HSL color Cylindrical-coordinate representation of color #E11461: hue angle of 337.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11461 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 97 -
CMYK 0 0.91 0.57 0.12
HSL 337.46º 0.84% 0.48% -
HSV(B) 337.46º 0.91% 0.88% -
XYZ 33.46 17.37 12.9 -
YUV 90.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 225 20 97 0 0.91 0.57 0.12 337.46 0.84 0.48
Hex E1 14 61 0 5B 39 C 151 54 30
Octal 341 24 141 0 133 71 14 521 124 60
Binary 11100001 10100 1100001 0 1011011 111001 1100 101010001 1010100 110000

Color Harmonies of #E11461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11461

Black with #E11461

Text Example


Text Example

White with #E11461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11461; }

 p { color: rgb(225,20,97); }

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

background-color css

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

 a { background-color: rgb(225,20,97); }

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

border-color css

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

 span { border-color: rgb(225,20,97); }

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