Html Css Color HEX #E7047D Ruby

📋 copy color: '#E7047D'

red 231 ◦ green 4 ◦ blue 125

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

Shades of Ruby #E7047D

Tints of Ruby #E7047D

RGB

 RED value IS 231 (90.63% from 255) = 64.17%

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 64.17%
G = 1.11%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7047D (or 0xE7047D) is known color: Ruby. HEX triplet: E7, 04 and 7D. RGB value is (231,4,125). Sum of RGB (Red+Green+Blue) = 231+4+125=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7047D is #18FB82. Grayscale: #555555. Windows color (decimal): -1637251 or 8193255. OLE color: 8193255.

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

Color convert

RGB 231 4 125 -
CMYK 0 0.98 0.46 0.09
HSL 328.02º 0.97% 0.46% -
HSV(B) 328.02º 0.98% 0.91% -
XYZ 36.7 18.56 21.05 -
YUV 85.67 150.21 231.66 -
System Red Green Blue C M Y K H S L
Decimal 231 4 125 0 0.98 0.46 0.09 328.02 0.97 0.46
Hex E7 4 7D 0 62 2E 9 148 61 2E
Octal 347 4 175 0 142 56 11 510 141 56
Binary 11100111 100 1111101 0 1100010 101110 1001 101001000 1100001 101110

Color Harmonies of #E7047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7047D

Black with #E7047D

Text Example


Text Example

White with #E7047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7047D; }

 p { color: rgb(231,4,125); }

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

background-color css

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

 a { background-color: rgb(231,4,125); }

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

border-color css

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

 span { border-color: rgb(231,4,125); }

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