Html Css Color HEX #E11565 Ruby

📋 copy color: '#E11565'

red 225 ◦ green 21 ◦ blue 101

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

Shades of Ruby #E11565

Tints of Ruby #E11565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 64.84%
G = 6.05%
B = 29.11%

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

#E11565 (or 0xE11565) is known color: Ruby. HEX triplet: E1, 15 and 65. RGB value is (225,21,101). Sum of RGB (Red+Green+Blue) = 225+21+101=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E11565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11565 is #1EEA9A. Grayscale: #5B5B5B. Windows color (decimal): -2026139 or 6624737. OLE color: 6624737.

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

Color convert

RGB 225 21 101 -
CMYK 0 0.91 0.55 0.12
HSL 336.47º 0.83% 0.48% -
HSV(B) 336.47º 0.91% 0.88% -
XYZ 33.67 17.48 13.91 -
YUV 91.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 225 21 101 0 0.91 0.55 0.12 336.47 0.83 0.48
Hex E1 15 65 0 5B 37 C 150 53 30
Octal 341 25 145 0 133 67 14 520 123 60
Binary 11100001 10101 1100101 0 1011011 110111 1100 101010000 1010011 110000

Color Harmonies of #E11565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11565

Black with #E11565

Text Example


Text Example

White with #E11565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11565; }

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

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

background-color css

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

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

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

border-color css

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

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

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