Html Css Color HEX #E9126F Ruby

📋 copy color: '#E9126F'

red 233 ◦ green 18 ◦ blue 111

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

Shades of Ruby #E9126F

Tints of Ruby #E9126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 64.36%
G = 4.97%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E9126F (or 0xE9126F) is known color: Ruby. HEX triplet: E9, 12 and 6F. RGB value is (233,18,111). Sum of RGB (Red+Green+Blue) = 233+18+111=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9126F is #16ED90. Grayscale: #5C5C5C. Windows color (decimal): -1502609 or 7279337. OLE color: 7279337.

HSL color Cylindrical-coordinate representation of color #E9126F: hue angle of 334.05º 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 #E9126F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 18 111 -
CMYK 0 0.92 0.52 0.09
HSL 334.05º 0.86% 0.49% -
HSV(B) 334.05º 0.92% 0.91% -
XYZ 36.69 18.9 16.75 -
YUV 92.89 138.23 227.94 -
System Red Green Blue C M Y K H S L
Decimal 233 18 111 0 0.92 0.52 0.09 334.05 0.86 0.49
Hex E9 12 6F 0 5C 34 9 14E 56 31
Octal 351 22 157 0 134 64 11 516 126 61
Binary 11101001 10010 1101111 0 1011100 110100 1001 101001110 1010110 110001

Color Harmonies of #E9126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9126F

Black with #E9126F

Text Example


Text Example

White with #E9126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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