Html Css Color HEX #E9127A Ruby

📋 copy color: '#E9127A'

red 233 ◦ green 18 ◦ blue 122

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

Shades of Ruby #E9127A

Tints of Ruby #E9127A

RGB

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

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

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

R = 62.47%
G = 4.83%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E9127A (or 0xE9127A) is known color: Ruby. HEX triplet: E9, 12 and 7A. RGB value is (233,18,122). Sum of RGB (Red+Green+Blue) = 233+18+122=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9127A is #16ED85. Grayscale: #5D5D5D. Windows color (decimal): -1502598 or 8000233. OLE color: 8000233.

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

Color convert

RGB 233 18 122 -
CMYK 0 0.92 0.48 0.09
HSL 330.98º 0.86% 0.49% -
HSV(B) 330.98º 0.92% 0.91% -
XYZ 37.33 19.16 20.14 -
YUV 94.14 143.73 227.04 -
System Red Green Blue C M Y K H S L
Decimal 233 18 122 0 0.92 0.48 0.09 330.98 0.86 0.49
Hex E9 12 7A 0 5C 30 9 14B 56 31
Octal 351 22 172 0 134 60 11 513 126 61
Binary 11101001 10010 1111010 0 1011100 110000 1001 101001011 1010110 110001

Color Harmonies of #E9127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9127A

Black with #E9127A

Text Example


Text Example

White with #E9127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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