Html Css Color HEX #E61D61 Ruby

📋 copy color: '#E61D61'

red 230 ◦ green 29 ◦ blue 97

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

Shades of Ruby #E61D61

Tints of Ruby #E61D61

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.15%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 64.61%
G = 8.15%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E61D61 (or 0xE61D61) is known color: Ruby. HEX triplet: E6, 1D and 61. RGB value is (230,29,97). Sum of RGB (Red+Green+Blue) = 230+29+97=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61D61 is #19E29E. Grayscale: #606060. Windows color (decimal): -1696415 or 6364646. OLE color: 6364646.

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

Color convert

RGB 230 29 97 -
CMYK 0 0.87 0.58 0.10
HSL 339.7º 0.8% 0.51% -
HSV(B) 339.7º 0.87% 0.9% -
XYZ 35.23 18.56 13.04 -
YUV 96.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 230 29 97 0 0.87 0.58 0.10 339.7 0.8 0.51
Hex E6 1D 61 0 57 3A A 154 50 33
Octal 346 35 141 0 127 72 12 524 120 63
Binary 11100110 11101 1100001 0 1010111 111010 1010 101010100 1010000 110011

Color Harmonies of #E61D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D61

Black with #E61D61

Text Example


Text Example

White with #E61D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D61; }

 p { color: rgb(230,29,97); }

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

background-color css

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

 a { background-color: rgb(230,29,97); }

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

border-color css

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

 span { border-color: rgb(230,29,97); }

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