Html Css Color HEX #E11569 Ruby

📋 copy color: '#E11569'

red 225 ◦ green 21 ◦ blue 105

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

Shades of Ruby #E11569

Tints of Ruby #E11569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.91%

R = 64.1%
G = 5.98%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E11569 (or 0xE11569) is known color: Ruby. HEX triplet: E1, 15 and 69. RGB value is (225,21,105). Sum of RGB (Red+Green+Blue) = 225+21+105=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E11569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11569 is #1EEA96. Grayscale: #5B5B5B. Windows color (decimal): -2026135 or 6886881. OLE color: 6886881.

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

Color convert

RGB 225 21 105 -
CMYK 0 0.91 0.53 0.12
HSL 335.29º 0.83% 0.48% -
HSV(B) 335.29º 0.91% 0.88% -
XYZ 33.87 17.56 14.97 -
YUV 91.57 135.59 223.17 -
System Red Green Blue C M Y K H S L
Decimal 225 21 105 0 0.91 0.53 0.12 335.29 0.83 0.48
Hex E1 15 69 0 5B 35 C 14F 53 30
Octal 341 25 151 0 133 65 14 517 123 60
Binary 11100001 10101 1101001 0 1011011 110101 1100 101001111 1010011 110000

Color Harmonies of #E11569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11569

Black with #E11569

Text Example


Text Example

White with #E11569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11569; }

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

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

background-color css

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

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

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

border-color css

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

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

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