Html Css Color HEX #E7047B Ruby

📋 copy color: '#E7047B'

red 231 ◦ green 4 ◦ blue 123

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

Shades of Ruby #E7047B

Tints of Ruby #E7047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 64.53%
G = 1.12%
B = 34.36%

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

#E7047B (or 0xE7047B) is known color: Ruby. HEX triplet: E7, 04 and 7B. RGB value is (231,4,123). Sum of RGB (Red+Green+Blue) = 231+4+123=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7047B is #18FB84. Grayscale: #555555. Windows color (decimal): -1637253 or 8062183. OLE color: 8062183.

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

Color convert

RGB 231 4 123 -
CMYK 0 0.98 0.47 0.09
HSL 328.55º 0.97% 0.46% -
HSV(B) 328.55º 0.98% 0.91% -
XYZ 36.57 18.51 20.38 -
YUV 85.44 149.21 231.82 -
System Red Green Blue C M Y K H S L
Decimal 231 4 123 0 0.98 0.47 0.09 328.55 0.97 0.46
Hex E7 4 7B 0 62 2F 9 149 61 2E
Octal 347 4 173 0 142 57 11 511 141 56
Binary 11100111 100 1111011 0 1100010 101111 1001 101001001 1100001 101110

Color Harmonies of #E7047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7047B

Black with #E7047B

Text Example


Text Example

White with #E7047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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