Html Css Color HEX #E2076E Ruby

📋 copy color: '#E2076E'

red 226 ◦ green 7 ◦ blue 110

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

Shades of Ruby #E2076E

Tints of Ruby #E2076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 65.89%
G = 2.04%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2076E (or 0xE2076E) is known color: Ruby. HEX triplet: E2, 07 and 6E. RGB value is (226,7,110). Sum of RGB (Red+Green+Blue) = 226+7+110=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E2076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2076E is #1DF891. Grayscale: #545454. Windows color (decimal): -1964178 or 7210978. OLE color: 7210978.

HSL color Cylindrical-coordinate representation of color #E2076E: hue angle of 331.78º 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 #E2076E is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 7 110 -
CMYK 0 0.97 0.51 0.11
HSL 331.78º 0.94% 0.46% -
HSV(B) 331.78º 0.97% 0.89% -
XYZ 34.25 17.45 16.31 -
YUV 84.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 226 7 110 0 0.97 0.51 0.11 331.78 0.94 0.46
Hex E2 7 6E 0 61 33 B 14C 5E 2E
Octal 342 7 156 0 141 63 13 514 136 56
Binary 11100010 111 1101110 0 1100001 110011 1011 101001100 1011110 101110

Color Harmonies of #E2076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2076E

Black with #E2076E

Text Example


Text Example

White with #E2076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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