Html Css Color HEX #E11761 Ruby

📋 copy color: '#E11761'

red 225 ◦ green 23 ◦ blue 97

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

Shades of Ruby #E11761

Tints of Ruby #E11761

RGB

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

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

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

R = 65.22%
G = 6.67%
B = 28.12%

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

#E11761 (or 0xE11761) is known color: Ruby. HEX triplet: E1, 17 and 61. RGB value is (225,23,97). Sum of RGB (Red+Green+Blue) = 225+23+97=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11761 is #1EE89E. Grayscale: #5B5B5B. Windows color (decimal): -2025631 or 6363105. OLE color: 6363105.

HSL color Cylindrical-coordinate representation of color #E11761: hue angle of 338.02º 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 #E11761 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 23 97 -
CMYK 0 0.90 0.57 0.12
HSL 338.02º 0.81% 0.49% -
HSV(B) 338.02º 0.9% 0.88% -
XYZ 33.52 17.48 12.92 -
YUV 91.83 130.92 222.98 -
System Red Green Blue C M Y K H S L
Decimal 225 23 97 0 0.90 0.57 0.12 338.02 0.81 0.49
Hex E1 17 61 0 5A 39 C 152 51 31
Octal 341 27 141 0 132 71 14 522 121 61
Binary 11100001 10111 1100001 0 1011010 111001 1100 101010010 1010001 110001

Color Harmonies of #E11761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11761

Black with #E11761

Text Example


Text Example

White with #E11761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11761; }

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

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

background-color css

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

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

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

border-color css

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

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

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