Html Css Color HEX #E2077A Ruby

📋 copy color: '#E2077A'

red 226 ◦ green 7 ◦ blue 122

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

Shades of Ruby #E2077A

Tints of Ruby #E2077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 63.66%
G = 1.97%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2077A (or 0xE2077A) is known color: Ruby. HEX triplet: E2, 07 and 7A. RGB value is (226,7,122). Sum of RGB (Red+Green+Blue) = 226+7+122=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2077A is #1DF885. Grayscale: #555555. Windows color (decimal): -1964166 or 7997410. OLE color: 7997410.

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

Color convert

RGB 226 7 122 -
CMYK 0 0.97 0.46 0.11
HSL 328.49º 0.94% 0.46% -
HSV(B) 328.49º 0.97% 0.89% -
XYZ 34.95 17.73 19.99 -
YUV 85.59 148.55 228.15 -
System Red Green Blue C M Y K H S L
Decimal 226 7 122 0 0.97 0.46 0.11 328.49 0.94 0.46
Hex E2 7 7A 0 61 2E B 148 5E 2E
Octal 342 7 172 0 141 56 13 510 136 56
Binary 11100010 111 1111010 0 1100001 101110 1011 101001000 1011110 101110

Color Harmonies of #E2077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2077A

Black with #E2077A

Text Example


Text Example

White with #E2077A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2077A; }

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

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

background-color css

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

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

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

border-color css

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

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

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