Html Css Color HEX #E7107A Ruby

📋 copy color: '#E7107A'

red 231 ◦ green 16 ◦ blue 122

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

Shades of Ruby #E7107A

Tints of Ruby #E7107A

RGB

 RED value IS 231 (90.63% from 255) = 62.6%

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

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

R = 62.6%
G = 4.34%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7107A (or 0xE7107A) is known color: Ruby. HEX triplet: E7, 10 and 7A. RGB value is (231,16,122). Sum of RGB (Red+Green+Blue) = 231+16+122=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E7107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7107A is #18EF85. Grayscale: #5C5C5C. Windows color (decimal): -1634182 or 7999719. OLE color: 7999719.

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

Color convert

RGB 231 16 122 -
CMYK 0 0.93 0.47 0.09
HSL 330.42º 0.87% 0.48% -
HSV(B) 330.42º 0.93% 0.91% -
XYZ 36.65 18.76 20.1 -
YUV 92.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 231 16 122 0 0.93 0.47 0.09 330.42 0.87 0.48
Hex E7 10 7A 0 5D 2F 9 14A 57 30
Octal 347 20 172 0 135 57 11 512 127 60
Binary 11100111 10000 1111010 0 1011101 101111 1001 101001010 1010111 110000

Color Harmonies of #E7107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7107A

Black with #E7107A

Text Example


Text Example

White with #E7107A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7107A; }

 p { color: rgb(231,16,122); }

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

background-color css

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

 a { background-color: rgb(231,16,122); }

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

border-color css

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

 span { border-color: rgb(231,16,122); }

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