Html Css Color HEX #E70478 Ruby

📋 copy color: '#E70478'

red 231 ◦ green 4 ◦ blue 120

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

Shades of Ruby #E70478

Tints of Ruby #E70478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 65.07%
G = 1.13%
B = 33.8%

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

#E70478 (or 0xE70478) is known color: Ruby. HEX triplet: E7, 04 and 78. RGB value is (231,4,120). Sum of RGB (Red+Green+Blue) = 231+4+120=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E70478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70478 is #18FB87. Grayscale: #545454. Windows color (decimal): -1637256 or 7865575. OLE color: 7865575.

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

Color convert

RGB 231 4 120 -
CMYK 0 0.98 0.48 0.09
HSL 329.34º 0.97% 0.46% -
HSV(B) 329.34º 0.98% 0.91% -
XYZ 36.39 18.43 19.41 -
YUV 85.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 231 4 120 0 0.98 0.48 0.09 329.34 0.97 0.46
Hex E7 4 78 0 62 30 9 149 61 2E
Octal 347 4 170 0 142 60 11 511 141 56
Binary 11100111 100 1111000 0 1100010 110000 1001 101001001 1100001 101110

Color Harmonies of #E70478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70478

Black with #E70478

Text Example


Text Example

White with #E70478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70478; }

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

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

background-color css

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

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

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

border-color css

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

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

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