Html Css Color HEX #E11064 Ruby

📋 copy color: '#E11064'

red 225 ◦ green 16 ◦ blue 100

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

Shades of Ruby #E11064

Tints of Ruby #E11064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.69%

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

R = 65.98%
G = 4.69%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11064 (or 0xE11064) is known color: Ruby. HEX triplet: E1, 10 and 64. RGB value is (225,16,100). Sum of RGB (Red+Green+Blue) = 225+16+100=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E11064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11064 is #1EEF9B. Grayscale: #575757. Windows color (decimal): -2027420 or 6557921. OLE color: 6557921.

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

Color convert

RGB 225 16 100 -
CMYK 0 0.93 0.56 0.12
HSL 335.89º 0.87% 0.47% -
HSV(B) 335.89º 0.93% 0.88% -
XYZ 33.54 17.3 13.63 -
YUV 88.07 134.74 225.67 -
System Red Green Blue C M Y K H S L
Decimal 225 16 100 0 0.93 0.56 0.12 335.89 0.87 0.47
Hex E1 10 64 0 5D 38 C 150 57 2F
Octal 341 20 144 0 135 70 14 520 127 57
Binary 11100001 10000 1100100 0 1011101 111000 1100 101010000 1010111 101111

Color Harmonies of #E11064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11064

Black with #E11064

Text Example


Text Example

White with #E11064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11064; }

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

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

background-color css

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

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

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

border-color css

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

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

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