Html Css Color HEX #E11066 Ruby

📋 copy color: '#E11066'

red 225 ◦ green 16 ◦ blue 102

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

Shades of Ruby #E11066

Tints of Ruby #E11066

RGB

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

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

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

R = 65.6%
G = 4.66%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E11066 (or 0xE11066) is known color: Ruby. HEX triplet: E1, 10 and 66. RGB value is (225,16,102). Sum of RGB (Red+Green+Blue) = 225+16+102=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E11066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11066 is #1EEF99. Grayscale: #585858. Windows color (decimal): -2027418 or 6688993. OLE color: 6688993.

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

Color convert

RGB 225 16 102 -
CMYK 0 0.93 0.55 0.12
HSL 335.31º 0.87% 0.47% -
HSV(B) 335.31º 0.93% 0.88% -
XYZ 33.63 17.34 14.14 -
YUV 88.3 135.74 225.51 -
System Red Green Blue C M Y K H S L
Decimal 225 16 102 0 0.93 0.55 0.12 335.31 0.87 0.47
Hex E1 10 66 0 5D 37 C 14F 57 2F
Octal 341 20 146 0 135 67 14 517 127 57
Binary 11100001 10000 1100110 0 1011101 110111 1100 101001111 1010111 101111

Color Harmonies of #E11066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11066

Black with #E11066

Text Example


Text Example

White with #E11066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11066; }

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

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

background-color css

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

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

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

border-color css

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

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

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