Html Css Color HEX #E8047C Ruby

📋 copy color: '#E8047C'

red 232 ◦ green 4 ◦ blue 124

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

Shades of Ruby #E8047C

Tints of Ruby #E8047C

RGB

 RED value IS 232 (91.02% from 255) = 64.44%

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

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

R = 64.44%
G = 1.11%
B = 34.44%

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

#E8047C (or 0xE8047C) is known color: Ruby. HEX triplet: E8, 04 and 7C. RGB value is (232,4,124). Sum of RGB (Red+Green+Blue) = 232+4+124=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8047C is #17FB83. Grayscale: #555555. Windows color (decimal): -1571716 or 8127720. OLE color: 8127720.

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

Color convert

RGB 232 4 124 -
CMYK 0 0.98 0.47 0.09
HSL 328.42º 0.97% 0.46% -
HSV(B) 328.42º 0.98% 0.91% -
XYZ 36.96 18.7 20.73 -
YUV 85.85 149.54 232.24 -
System Red Green Blue C M Y K H S L
Decimal 232 4 124 0 0.98 0.47 0.09 328.42 0.97 0.46
Hex E8 4 7C 0 62 2F 9 148 61 2E
Octal 350 4 174 0 142 57 11 510 141 56
Binary 11101000 100 1111100 0 1100010 101111 1001 101001000 1100001 101110

Color Harmonies of #E8047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8047C

Black with #E8047C

Text Example


Text Example

White with #E8047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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