Html Css Color HEX #E2107B Ruby

📋 copy color: '#E2107B'

red 226 ◦ green 16 ◦ blue 123

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

Shades of Ruby #E2107B

Tints of Ruby #E2107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 61.92%
G = 4.38%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2107B (or 0xE2107B) is known color: Ruby. HEX triplet: E2, 10 and 7B. RGB value is (226,16,123). Sum of RGB (Red+Green+Blue) = 226+16+123=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2107B is #1DEF84. Grayscale: #5A5A5A. Windows color (decimal): -1961861 or 8065250. OLE color: 8065250.

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

Color convert

RGB 226 16 123 -
CMYK 0 0.93 0.46 0.11
HSL 329.43º 0.87% 0.47% -
HSV(B) 329.43º 0.93% 0.89% -
XYZ 35.12 17.97 20.36 -
YUV 90.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 226 16 123 0 0.93 0.46 0.11 329.43 0.87 0.47
Hex E2 10 7B 0 5D 2E B 149 57 2F
Octal 342 20 173 0 135 56 13 511 127 57
Binary 11100010 10000 1111011 0 1011101 101110 1011 101001001 1010111 101111

Color Harmonies of #E2107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2107B

Black with #E2107B

Text Example


Text Example

White with #E2107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2107B; }

 p { color: rgb(226,16,123); }

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

background-color css

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

 a { background-color: rgb(226,16,123); }

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

border-color css

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

 span { border-color: rgb(226,16,123); }

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