Html Css Color HEX #E11552 Ruby

📋 copy color: '#E11552'

red 225 ◦ green 21 ◦ blue 82

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

Shades of Ruby #E11552

Tints of Ruby #E11552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25%

R = 68.6%
G = 6.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E11552 (or 0xE11552) is known color: Ruby. HEX triplet: E1, 15 and 52. RGB value is (225,21,82). Sum of RGB (Red+Green+Blue) = 225+21+82=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11552 is #1EEAAD. Grayscale: #585858. Windows color (decimal): -2026158 or 5379553. OLE color: 5379553.

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

Color convert

RGB 225 21 82 -
CMYK 0 0.91 0.64 0.12
HSL 342.06º 0.83% 0.48% -
HSV(B) 342.06º 0.91% 0.88% -
XYZ 32.84 17.15 9.56 -
YUV 88.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 225 21 82 0 0.91 0.64 0.12 342.06 0.83 0.48
Hex E1 15 52 0 5B 40 C 156 53 30
Octal 341 25 122 0 133 100 14 526 123 60
Binary 11100001 10101 1010010 0 1011011 1000000 1100 101010110 1010011 110000

Color Harmonies of #E11552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11552

Black with #E11552

Text Example


Text Example

White with #E11552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11552; }

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

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

background-color css

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

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

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

border-color css

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

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

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