Html Css Color HEX #E1086D Ruby

📋 copy color: '#E1086D'

red 225 ◦ green 8 ◦ blue 109

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

Shades of Ruby #E1086D

Tints of Ruby #E1086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.87%

R = 65.79%
G = 2.34%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1086D (or 0xE1086D) is known color: Ruby. HEX triplet: E1, 08 and 6D. RGB value is (225,8,109). Sum of RGB (Red+Green+Blue) = 225+8+109=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1086D is #1EF792. Grayscale: #545454. Windows color (decimal): -2029459 or 7145697. OLE color: 7145697.

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

Color convert

RGB 225 8 109 -
CMYK 0 0.96 0.52 0.12
HSL 332.07º 0.93% 0.46% -
HSV(B) 332.07º 0.96% 0.88% -
XYZ 33.9 17.29 16.02 -
YUV 84.4 141.89 228.29 -
System Red Green Blue C M Y K H S L
Decimal 225 8 109 0 0.96 0.52 0.12 332.07 0.93 0.46
Hex E1 8 6D 0 60 34 C 14C 5D 2E
Octal 341 10 155 0 140 64 14 514 135 56
Binary 11100001 1000 1101101 0 1100000 110100 1100 101001100 1011101 101110

Color Harmonies of #E1086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1086D

Black with #E1086D

Text Example


Text Example

White with #E1086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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