Html Css Color HEX #E61076 Ruby

📋 copy color: '#E61076'

red 230 ◦ green 16 ◦ blue 118

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

Shades of Ruby #E61076

Tints of Ruby #E61076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 63.19%
G = 4.4%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E61076 (or 0xE61076) is known color: Ruby. HEX triplet: E6, 10 and 76. RGB value is (230,16,118). Sum of RGB (Red+Green+Blue) = 230+16+118=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E61076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61076 is #19EF89. Grayscale: #5B5B5B. Windows color (decimal): -1699722 or 7737574. OLE color: 7737574.

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

Color convert

RGB 230 16 118 -
CMYK 0 0.93 0.49 0.10
HSL 331.4º 0.87% 0.48% -
HSV(B) 331.4º 0.93% 0.9% -
XYZ 36.09 18.5 18.81 -
YUV 91.61 142.9 226.71 -
System Red Green Blue C M Y K H S L
Decimal 230 16 118 0 0.93 0.49 0.10 331.4 0.87 0.48
Hex E6 10 76 0 5D 31 A 14B 57 30
Octal 346 20 166 0 135 61 12 513 127 60
Binary 11100110 10000 1110110 0 1011101 110001 1010 101001011 1010111 110000

Color Harmonies of #E61076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61076

Black with #E61076

Text Example


Text Example

White with #E61076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61076; }

 p { color: rgb(230,16,118); }

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

background-color css

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

 a { background-color: rgb(230,16,118); }

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

border-color css

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

 span { border-color: rgb(230,16,118); }

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