Html Css Color HEX #E11656 Ruby

📋 copy color: '#E11656'

red 225 ◦ green 22 ◦ blue 86

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

Shades of Ruby #E11656

Tints of Ruby #E11656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.61%

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

R = 67.57%
G = 6.61%
B = 25.83%

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

#E11656 (or 0xE11656) is known color: Ruby. HEX triplet: E1, 16 and 56. RGB value is (225,22,86). Sum of RGB (Red+Green+Blue) = 225+22+86=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11656 is #1EE9A9. Grayscale: #595959. Windows color (decimal): -2025898 or 5641953. OLE color: 5641953.

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

Color convert

RGB 225 22 86 -
CMYK 0 0.90 0.62 0.12
HSL 341.08º 0.82% 0.48% -
HSV(B) 341.08º 0.9% 0.88% -
XYZ 33.02 17.25 10.39 -
YUV 89.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 225 22 86 0 0.90 0.62 0.12 341.08 0.82 0.48
Hex E1 16 56 0 5A 3E C 155 52 30
Octal 341 26 126 0 132 76 14 525 122 60
Binary 11100001 10110 1010110 0 1011010 111110 1100 101010101 1010010 110000

Color Harmonies of #E11656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11656

Black with #E11656

Text Example


Text Example

White with #E11656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11656; }

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

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

background-color css

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

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

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

border-color css

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

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

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