Html Css Color HEX #E11664 Ruby

📋 copy color: '#E11664'

red 225 ◦ green 22 ◦ blue 100

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

Shades of Ruby #E11664

Tints of Ruby #E11664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.34%

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

R = 64.84%
G = 6.34%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E11664 (or 0xE11664) is known color: Ruby. HEX triplet: E1, 16 and 64. RGB value is (225,22,100). Sum of RGB (Red+Green+Blue) = 225+22+100=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E11664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11664 is #1EE99B. Grayscale: #5B5B5B. Windows color (decimal): -2025884 or 6559457. OLE color: 6559457.

HSL color Cylindrical-coordinate representation of color #E11664: hue angle of 336.95º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11664 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 100 -
CMYK 0 0.90 0.56 0.12
HSL 336.95º 0.82% 0.48% -
HSV(B) 336.95º 0.9% 0.88% -
XYZ 33.64 17.5 13.66 -
YUV 91.59 132.75 223.16 -
System Red Green Blue C M Y K H S L
Decimal 225 22 100 0 0.90 0.56 0.12 336.95 0.82 0.48
Hex E1 16 64 0 5A 38 C 151 52 30
Octal 341 26 144 0 132 70 14 521 122 60
Binary 11100001 10110 1100100 0 1011010 111000 1100 101010001 1010010 110000

Color Harmonies of #E11664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11664

Black with #E11664

Text Example


Text Example

White with #E11664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11664; }

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

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

background-color css

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

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

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

border-color css

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

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

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