Html Css Color HEX #E11760 Ruby

📋 copy color: '#E11760'

red 225 ◦ green 23 ◦ blue 96

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

Shades of Ruby #E11760

Tints of Ruby #E11760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 65.41%
G = 6.69%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E11760 (or 0xE11760) is known color: Ruby. HEX triplet: E1, 17 and 60. RGB value is (225,23,96). Sum of RGB (Red+Green+Blue) = 225+23+96=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E11760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11760 is #1EE89F. Grayscale: #5B5B5B. Windows color (decimal): -2025632 or 6297569. OLE color: 6297569.

HSL color Cylindrical-coordinate representation of color #E11760: hue angle of 338.32º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11760 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 96 -
CMYK 0 0.90 0.57 0.12
HSL 338.32º 0.81% 0.49% -
HSV(B) 338.32º 0.9% 0.88% -
XYZ 33.47 17.46 12.67 -
YUV 91.72 130.42 223.06 -
System Red Green Blue C M Y K H S L
Decimal 225 23 96 0 0.90 0.57 0.12 338.32 0.81 0.49
Hex E1 17 60 0 5A 39 C 152 51 31
Octal 341 27 140 0 132 71 14 522 121 61
Binary 11100001 10111 1100000 0 1011010 111001 1100 101010010 1010001 110001

Color Harmonies of #E11760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11760

Black with #E11760

Text Example


Text Example

White with #E11760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11760; }

 p { color: rgb(225,23,96); }

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

background-color css

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

 a { background-color: rgb(225,23,96); }

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

border-color css

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

 span { border-color: rgb(225,23,96); }

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