Html Css Color HEX #E9127C Ruby

📋 copy color: '#E9127C'

red 233 ◦ green 18 ◦ blue 124

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

Shades of Ruby #E9127C

Tints of Ruby #E9127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 62.13%
G = 4.8%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9127C (or 0xE9127C) is known color: Ruby. HEX triplet: E9, 12 and 7C. RGB value is (233,18,124). Sum of RGB (Red+Green+Blue) = 233+18+124=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9127C is #16ED83. Grayscale: #5E5E5E. Windows color (decimal): -1502596 or 8131305. OLE color: 8131305.

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

Color convert

RGB 233 18 124 -
CMYK 0 0.92 0.47 0.09
HSL 330.42º 0.86% 0.49% -
HSV(B) 330.42º 0.92% 0.91% -
XYZ 37.46 19.21 20.8 -
YUV 94.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 233 18 124 0 0.92 0.47 0.09 330.42 0.86 0.49
Hex E9 12 7C 0 5C 2F 9 14A 56 31
Octal 351 22 174 0 134 57 11 512 126 61
Binary 11101001 10010 1111100 0 1011100 101111 1001 101001010 1010110 110001

Color Harmonies of #E9127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9127C

Black with #E9127C

Text Example


Text Example

White with #E9127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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