Html Css Color HEX #E70477 Ruby

📋 copy color: '#E70477'

red 231 ◦ green 4 ◦ blue 119

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

Shades of Ruby #E70477

Tints of Ruby #E70477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 65.25%
G = 1.13%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E70477 (or 0xE70477) is known color: Ruby. HEX triplet: E7, 04 and 77. RGB value is (231,4,119). Sum of RGB (Red+Green+Blue) = 231+4+119=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E70477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70477 is #18FB88. Grayscale: #545454. Windows color (decimal): -1637257 or 7800039. OLE color: 7800039.

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

Color convert

RGB 231 4 119 -
CMYK 0 0.98 0.48 0.09
HSL 329.6º 0.97% 0.46% -
HSV(B) 329.6º 0.98% 0.91% -
XYZ 36.33 18.41 19.09 -
YUV 84.98 147.21 232.15 -
System Red Green Blue C M Y K H S L
Decimal 231 4 119 0 0.98 0.48 0.09 329.6 0.97 0.46
Hex E7 4 77 0 62 30 9 14A 61 2E
Octal 347 4 167 0 142 60 11 512 141 56
Binary 11100111 100 1110111 0 1100010 110000 1001 101001010 1100001 101110

Color Harmonies of #E70477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70477

Black with #E70477

Text Example


Text Example

White with #E70477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70477; }

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

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

background-color css

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

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

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

border-color css

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

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

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