Html Css Color HEX #E1086A Ruby

📋 copy color: '#E1086A'

red 225 ◦ green 8 ◦ blue 106

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

Shades of Ruby #E1086A

Tints of Ruby #E1086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.36%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 66.37%
G = 2.36%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1086A (or 0xE1086A) is known color: Ruby. HEX triplet: E1, 08 and 6A. RGB value is (225,8,106). Sum of RGB (Red+Green+Blue) = 225+8+106=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1086A is #1EF795. Grayscale: #535353. Windows color (decimal): -2029462 or 6949089. OLE color: 6949089.

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

Color convert

RGB 225 8 106 -
CMYK 0 0.96 0.53 0.12
HSL 332.9º 0.93% 0.46% -
HSV(B) 332.9º 0.96% 0.88% -
XYZ 33.74 17.22 15.18 -
YUV 84.06 140.39 228.53 -
System Red Green Blue C M Y K H S L
Decimal 225 8 106 0 0.96 0.53 0.12 332.9 0.93 0.46
Hex E1 8 6A 0 60 35 C 14D 5D 2E
Octal 341 10 152 0 140 65 14 515 135 56
Binary 11100001 1000 1101010 0 1100000 110101 1100 101001101 1011101 101110

Color Harmonies of #E1086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1086A

Black with #E1086A

Text Example


Text Example

White with #E1086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1086A; }

 p { color: rgb(225,8,106); }

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

background-color css

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

 a { background-color: rgb(225,8,106); }

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

border-color css

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

 span { border-color: rgb(225,8,106); }

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