Html Css Color HEX #E11755 Ruby

📋 copy color: '#E11755'

red 225 ◦ green 23 ◦ blue 85

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

Shades of Ruby #E11755

Tints of Ruby #E11755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 67.57%
G = 6.91%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11755 (or 0xE11755) is known color: Ruby. HEX triplet: E1, 17 and 55. RGB value is (225,23,85). Sum of RGB (Red+Green+Blue) = 225+23+85=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11755 is #1EE8AA. Grayscale: #5A5A5A. Windows color (decimal): -2025643 or 5576673. OLE color: 5576673.

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

Color convert

RGB 225 23 85 -
CMYK 0 0.90 0.62 0.12
HSL 341.58º 0.81% 0.49% -
HSV(B) 341.58º 0.9% 0.88% -
XYZ 33 17.28 10.19 -
YUV 90.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 225 23 85 0 0.90 0.62 0.12 341.58 0.81 0.49
Hex E1 17 55 0 5A 3E C 156 51 31
Octal 341 27 125 0 132 76 14 526 121 61
Binary 11100001 10111 1010101 0 1011010 111110 1100 101010110 1010001 110001

Color Harmonies of #E11755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11755

Black with #E11755

Text Example


Text Example

White with #E11755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11755; }

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

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

background-color css

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

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

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

border-color css

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

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

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