Html Css Color HEX #E11B56 Ruby

📋 copy color: '#E11B56'

red 225 ◦ green 27 ◦ blue 86

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

Shades of Ruby #E11B56

Tints of Ruby #E11B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 66.57%
G = 7.99%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E11B56 (or 0xE11B56) is known color: Ruby. HEX triplet: E1, 1B and 56. RGB value is (225,27,86). Sum of RGB (Red+Green+Blue) = 225+27+86=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11B56 is #1EE4A9. Grayscale: #5C5C5C. Windows color (decimal): -2024618 or 5643233. OLE color: 5643233.

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

Color convert

RGB 225 27 86 -
CMYK 0 0.88 0.62 0.12
HSL 342.12º 0.79% 0.49% -
HSV(B) 342.12º 0.88% 0.88% -
XYZ 33.12 17.46 10.43 -
YUV 92.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 225 27 86 0 0.88 0.62 0.12 342.12 0.79 0.49
Hex E1 1B 56 0 58 3E C 156 4F 31
Octal 341 33 126 0 130 76 14 526 117 61
Binary 11100001 11011 1010110 0 1011000 111110 1100 101010110 1001111 110001

Color Harmonies of #E11B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11B56

Black with #E11B56

Text Example


Text Example

White with #E11B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11B56; }

 p { color: rgb(225,27,86); }

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

background-color css

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

 a { background-color: rgb(225,27,86); }

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

border-color css

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

 span { border-color: rgb(225,27,86); }

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