Html Css Color HEX #E11566 Ruby

📋 copy color: '#E11566'

red 225 ◦ green 21 ◦ blue 102

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

Shades of Ruby #E11566

Tints of Ruby #E11566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 64.66%
G = 6.03%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E11566 (or 0xE11566) is known color: Ruby. HEX triplet: E1, 15 and 66. RGB value is (225,21,102). Sum of RGB (Red+Green+Blue) = 225+21+102=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E11566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11566 is #1EEA99. Grayscale: #5B5B5B. Windows color (decimal): -2026138 or 6690273. OLE color: 6690273.

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

Color convert

RGB 225 21 102 -
CMYK 0 0.91 0.55 0.12
HSL 336.18º 0.83% 0.48% -
HSV(B) 336.18º 0.91% 0.88% -
XYZ 33.72 17.5 14.17 -
YUV 91.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 225 21 102 0 0.91 0.55 0.12 336.18 0.83 0.48
Hex E1 15 66 0 5B 37 C 150 53 30
Octal 341 25 146 0 133 67 14 520 123 60
Binary 11100001 10101 1100110 0 1011011 110111 1100 101010000 1010011 110000

Color Harmonies of #E11566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11566

Black with #E11566

Text Example


Text Example

White with #E11566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11566; }

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

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

background-color css

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

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

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

border-color css

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

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

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