Html Css Color HEX #E61956 Ruby

📋 copy color: '#E61956'

red 230 ◦ green 25 ◦ blue 86

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

Shades of Ruby #E61956

Tints of Ruby #E61956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 67.45%
G = 7.33%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61956 (or 0xE61956) is known color: Ruby. HEX triplet: E6, 19 and 56. RGB value is (230,25,86). Sum of RGB (Red+Green+Blue) = 230+25+86=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E61956 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61956 is #19E6A9. Grayscale: #5D5D5D. Windows color (decimal): -1697450 or 5642726. OLE color: 5642726.

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

Color convert

RGB 230 25 86 -
CMYK 0 0.89 0.63 0.10
HSL 342.15º 0.8% 0.5% -
HSV(B) 342.15º 0.89% 0.9% -
XYZ 34.66 18.19 10.49 -
YUV 93.25 123.92 225.54 -
System Red Green Blue C M Y K H S L
Decimal 230 25 86 0 0.89 0.63 0.10 342.15 0.8 0.5
Hex E6 19 56 0 59 3F A 156 50 32
Octal 346 31 126 0 131 77 12 526 120 62
Binary 11100110 11001 1010110 0 1011001 111111 1010 101010110 1010000 110010

Color Harmonies of #E61956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61956

Black with #E61956

Text Example


Text Example

White with #E61956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61956; }

 p { color: rgb(230,25,86); }

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

background-color css

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

 a { background-color: rgb(230,25,86); }

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

border-color css

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

 span { border-color: rgb(230,25,86); }

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