Html Css Color HEX #E9126D Ruby

📋 copy color: '#E9126D'

red 233 ◦ green 18 ◦ blue 109

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

Shades of Ruby #E9126D

Tints of Ruby #E9126D

RGB

 RED value IS 233 (91.41% from 255) = 64.72%

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 64.72%
G = 5%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E9126D (or 0xE9126D) is known color: Ruby. HEX triplet: E9, 12 and 6D. RGB value is (233,18,109). Sum of RGB (Red+Green+Blue) = 233+18+109=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9126D is #16ED92. Grayscale: #5C5C5C. Windows color (decimal): -1502611 or 7148265. OLE color: 7148265.

HSL color Cylindrical-coordinate representation of color #E9126D: hue angle of 334.6º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9126D is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 18 109 -
CMYK 0 0.92 0.53 0.09
HSL 334.6º 0.86% 0.49% -
HSV(B) 334.6º 0.92% 0.91% -
XYZ 36.58 18.86 16.18 -
YUV 92.66 137.23 228.1 -
System Red Green Blue C M Y K H S L
Decimal 233 18 109 0 0.92 0.53 0.09 334.6 0.86 0.49
Hex E9 12 6D 0 5C 35 9 14F 56 31
Octal 351 22 155 0 134 65 11 517 126 61
Binary 11101001 10010 1101101 0 1011100 110101 1001 101001111 1010110 110001

Color Harmonies of #E9126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9126D

Black with #E9126D

Text Example


Text Example

White with #E9126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9126D; }

 p { color: rgb(233,18,109); }

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

background-color css

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

 a { background-color: rgb(233,18,109); }

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

border-color css

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

 span { border-color: rgb(233,18,109); }

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