Html Css Color HEX #E11564 Ruby

📋 copy color: '#E11564'

red 225 ◦ green 21 ◦ blue 100

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

Shades of Ruby #E11564

Tints of Ruby #E11564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.07%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 65.03%
G = 6.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11564 (or 0xE11564) is known color: Ruby. HEX triplet: E1, 15 and 64. RGB value is (225,21,100). Sum of RGB (Red+Green+Blue) = 225+21+100=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E11564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11564 is #1EEA9B. Grayscale: #5A5A5A. Windows color (decimal): -2026140 or 6559201. OLE color: 6559201.

HSL color Cylindrical-coordinate representation of color #E11564: hue angle of 336.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11564 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 100 -
CMYK 0 0.91 0.56 0.12
HSL 336.76º 0.83% 0.48% -
HSV(B) 336.76º 0.91% 0.88% -
XYZ 33.62 17.46 13.66 -
YUV 91 133.09 223.58 -
System Red Green Blue C M Y K H S L
Decimal 225 21 100 0 0.91 0.56 0.12 336.76 0.83 0.48
Hex E1 15 64 0 5B 38 C 151 53 30
Octal 341 25 144 0 133 70 14 521 123 60
Binary 11100001 10101 1100100 0 1011011 111000 1100 101010001 1010011 110000

Color Harmonies of #E11564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11564

Black with #E11564

Text Example


Text Example

White with #E11564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11564; }

 p { color: rgb(225,21,100); }

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

background-color css

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

 a { background-color: rgb(225,21,100); }

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

border-color css

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

 span { border-color: rgb(225,21,100); }

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