Html Css Color HEX #E2076D Ruby

📋 copy color: '#E2076D'

red 226 ◦ green 7 ◦ blue 109

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

Shades of Ruby #E2076D

Tints of Ruby #E2076D

RGB

 RED value IS 226 (88.67% from 255) = 66.08%

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

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

R = 66.08%
G = 2.05%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2076D (or 0xE2076D) is known color: Ruby. HEX triplet: E2, 07 and 6D. RGB value is (226,7,109). Sum of RGB (Red+Green+Blue) = 226+7+109=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2076D is #1DF892. Grayscale: #535353. Windows color (decimal): -1964179 or 7145442. OLE color: 7145442.

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

Color convert

RGB 226 7 109 -
CMYK 0 0.97 0.52 0.11
HSL 332.05º 0.94% 0.46% -
HSV(B) 332.05º 0.97% 0.89% -
XYZ 34.2 17.42 16.03 -
YUV 84.11 142.05 229.21 -
System Red Green Blue C M Y K H S L
Decimal 226 7 109 0 0.97 0.52 0.11 332.05 0.94 0.46
Hex E2 7 6D 0 61 34 B 14C 5E 2E
Octal 342 7 155 0 141 64 13 514 136 56
Binary 11100010 111 1101101 0 1100001 110100 1011 101001100 1011110 101110

Color Harmonies of #E2076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2076D

Black with #E2076D

Text Example


Text Example

White with #E2076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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