Html Css Color HEX #E11855 Ruby

📋 copy color: '#E11855'

red 225 ◦ green 24 ◦ blue 85

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

Shades of Ruby #E11855

Tints of Ruby #E11855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

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

R = 67.37%
G = 7.19%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11855 (or 0xE11855) is known color: Ruby. HEX triplet: E1, 18 and 55. RGB value is (225,24,85). Sum of RGB (Red+Green+Blue) = 225+24+85=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E11855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11855 is #1EE7AA. Grayscale: #5B5B5B. Windows color (decimal): -2025387 or 5576929. OLE color: 5576929.

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

Color convert

RGB 225 24 85 -
CMYK 0 0.89 0.62 0.12
HSL 341.79º 0.81% 0.49% -
HSV(B) 341.79º 0.89% 0.88% -
XYZ 33.02 17.32 10.2 -
YUV 91.05 124.59 223.54 -
System Red Green Blue C M Y K H S L
Decimal 225 24 85 0 0.89 0.62 0.12 341.79 0.81 0.49
Hex E1 18 55 0 59 3E C 156 51 31
Octal 341 30 125 0 131 76 14 526 121 61
Binary 11100001 11000 1010101 0 1011001 111110 1100 101010110 1010001 110001

Color Harmonies of #E11855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11855

Black with #E11855

Text Example


Text Example

White with #E11855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11855; }

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

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

background-color css

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

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

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

border-color css

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

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

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