Html Css Color HEX #E9047C Ruby

📋 copy color: '#E9047C'

red 233 ◦ green 4 ◦ blue 124

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

Shades of Ruby #E9047C

Tints of Ruby #E9047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 64.54%
G = 1.11%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E9047C (or 0xE9047C) is known color: Ruby. HEX triplet: E9, 04 and 7C. RGB value is (233,4,124). Sum of RGB (Red+Green+Blue) = 233+4+124=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9047C is #16FB83. Grayscale: #555555. Windows color (decimal): -1506180 or 8127721. OLE color: 8127721.

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

Color convert

RGB 233 4 124 -
CMYK 0 0.98 0.47 0.09
HSL 328.56º 0.97% 0.46% -
HSV(B) 328.56º 0.98% 0.91% -
XYZ 37.29 18.87 20.75 -
YUV 86.15 149.37 232.74 -
System Red Green Blue C M Y K H S L
Decimal 233 4 124 0 0.98 0.47 0.09 328.56 0.97 0.46
Hex E9 4 7C 0 62 2F 9 149 61 2E
Octal 351 4 174 0 142 57 11 511 141 56
Binary 11101001 100 1111100 0 1100010 101111 1001 101001001 1100001 101110

Color Harmonies of #E9047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9047C

Black with #E9047C

Text Example


Text Example

White with #E9047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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