Html Css Color HEX #E61878 Ruby

📋 copy color: '#E61878'

red 230 ◦ green 24 ◦ blue 120

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

Shades of Ruby #E61878

Tints of Ruby #E61878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

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

R = 61.5%
G = 6.42%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E61878 (or 0xE61878) is known color: Ruby. HEX triplet: E6, 18 and 78. RGB value is (230,24,120). Sum of RGB (Red+Green+Blue) = 230+24+120=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E61878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61878 is #19E787. Grayscale: #606060. Windows color (decimal): -1697672 or 7870694. OLE color: 7870694.

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

Color convert

RGB 230 24 120 -
CMYK 0 0.90 0.48 0.10
HSL 332.04º 0.81% 0.5% -
HSV(B) 332.04º 0.9% 0.9% -
XYZ 36.35 18.83 19.49 -
YUV 96.54 141.25 223.19 -
System Red Green Blue C M Y K H S L
Decimal 230 24 120 0 0.90 0.48 0.10 332.04 0.81 0.5
Hex E6 18 78 0 5A 30 A 14C 51 32
Octal 346 30 170 0 132 60 12 514 121 62
Binary 11100110 11000 1111000 0 1011010 110000 1010 101001100 1010001 110010

Color Harmonies of #E61878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61878

Black with #E61878

Text Example


Text Example

White with #E61878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61878; }

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

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

background-color css

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

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

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

border-color css

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

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

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