Html Css Color HEX #E3047C Ruby

📋 copy color: '#E3047C'

red 227 ◦ green 4 ◦ blue 124

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

Shades of Ruby #E3047C

Tints of Ruby #E3047C

RGB

 RED value IS 227 (89.06% from 255) = 63.94%

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

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

R = 63.94%
G = 1.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3047C (or 0xE3047C) is known color: Ruby. HEX triplet: E3, 04 and 7C. RGB value is (227,4,124). Sum of RGB (Red+Green+Blue) = 227+4+124=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3047C is #1CFB83. Grayscale: #545454. Windows color (decimal): -1899396 or 8127715. OLE color: 8127715.

HSL color Cylindrical-coordinate representation of color #E3047C: hue angle of 327.71º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3047C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 124 -
CMYK 0 0.98 0.45 0.11
HSL 327.71º 0.97% 0.45% -
HSV(B) 327.71º 0.98% 0.89% -
XYZ 35.36 17.87 20.65 -
YUV 84.36 150.38 229.74 -
System Red Green Blue C M Y K H S L
Decimal 227 4 124 0 0.98 0.45 0.11 327.71 0.97 0.45
Hex E3 4 7C 0 62 2D B 148 61 2D
Octal 343 4 174 0 142 55 13 510 141 55
Binary 11100011 100 1111100 0 1100010 101101 1011 101001000 1100001 101101

Color Harmonies of #E3047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3047C

Black with #E3047C

Text Example


Text Example

White with #E3047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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