Html Css Color HEX #E61176 Ruby

📋 copy color: '#E61176'

red 230 ◦ green 17 ◦ blue 118

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

Shades of Ruby #E61176

Tints of Ruby #E61176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 63.01%
G = 4.66%
B = 32.33%

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

#E61176 (or 0xE61176) is known color: Ruby. HEX triplet: E6, 11 and 76. RGB value is (230,17,118). Sum of RGB (Red+Green+Blue) = 230+17+118=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E61176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61176 is #19EE89. Grayscale: #5C5C5C. Windows color (decimal): -1699466 or 7737830. OLE color: 7737830.

HSL color Cylindrical-coordinate representation of color #E61176: hue angle of 331.55º degrees, saturation: 0.86, 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 #E61176 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 118 -
CMYK 0 0.93 0.49 0.10
HSL 331.55º 0.86% 0.48% -
HSV(B) 331.55º 0.93% 0.9% -
XYZ 36.1 18.53 18.81 -
YUV 92.2 142.57 226.29 -
System Red Green Blue C M Y K H S L
Decimal 230 17 118 0 0.93 0.49 0.10 331.55 0.86 0.48
Hex E6 11 76 0 5D 31 A 14C 56 30
Octal 346 21 166 0 135 61 12 514 126 60
Binary 11100110 10001 1110110 0 1011101 110001 1010 101001100 1010110 110000

Color Harmonies of #E61176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61176

Black with #E61176

Text Example


Text Example

White with #E61176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61176; }

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

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

background-color css

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

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

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

border-color css

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

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

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