Html Css Color HEX #E60478 Ruby

📋 copy color: '#E60478'

red 230 ◦ green 4 ◦ blue 120

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

Shades of Ruby #E60478

Tints of Ruby #E60478

RGB

 RED value IS 230 (90.23% from 255) = 64.97%

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

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

R = 64.97%
G = 1.13%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E60478 (or 0xE60478) is known color: Ruby. HEX triplet: E6, 04 and 78. RGB value is (230,4,120). Sum of RGB (Red+Green+Blue) = 230+4+120=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E60478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60478 is #19FB87. Grayscale: #545454. Windows color (decimal): -1702792 or 7865574. OLE color: 7865574.

HSL color Cylindrical-coordinate representation of color #E60478: hue angle of 329.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60478 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 4 120 -
CMYK 0 0.98 0.48 0.10
HSL 329.2º 0.97% 0.46% -
HSV(B) 329.2º 0.98% 0.9% -
XYZ 36.07 18.27 19.39 -
YUV 84.8 147.87 231.57 -
System Red Green Blue C M Y K H S L
Decimal 230 4 120 0 0.98 0.48 0.10 329.2 0.97 0.46
Hex E6 4 78 0 62 30 A 149 61 2E
Octal 346 4 170 0 142 60 12 511 141 56
Binary 11100110 100 1111000 0 1100010 110000 1010 101001001 1100001 101110

Color Harmonies of #E60478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60478

Black with #E60478

Text Example


Text Example

White with #E60478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60478; }

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

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

background-color css

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

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

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

border-color css

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

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

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