Html Css Color HEX #E1076D Ruby

📋 copy color: '#E1076D'

red 225 ◦ green 7 ◦ blue 109

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

Shades of Ruby #E1076D

Tints of Ruby #E1076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 65.98%
G = 2.05%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1076D (or 0xE1076D) is known color: Ruby. HEX triplet: E1, 07 and 6D. RGB value is (225,7,109). Sum of RGB (Red+Green+Blue) = 225+7+109=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1076D is #1EF892. Grayscale: #535353. Windows color (decimal): -2029715 or 7145441. OLE color: 7145441.

HSL color Cylindrical-coordinate representation of color #E1076D: hue angle of 331.93º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1076D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 109 -
CMYK 0 0.97 0.52 0.12
HSL 331.93º 0.94% 0.45% -
HSV(B) 331.93º 0.97% 0.88% -
XYZ 33.89 17.26 16.01 -
YUV 83.81 142.22 228.71 -
System Red Green Blue C M Y K H S L
Decimal 225 7 109 0 0.97 0.52 0.12 331.93 0.94 0.45
Hex E1 7 6D 0 61 34 C 14C 5E 2D
Octal 341 7 155 0 141 64 14 514 136 55
Binary 11100001 111 1101101 0 1100001 110100 1100 101001100 1011110 101101

Color Harmonies of #E1076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1076D

Black with #E1076D

Text Example


Text Example

White with #E1076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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