Html Css Color HEX #E61D73 Ruby

📋 copy color: '#E61D73'

red 230 ◦ green 29 ◦ blue 115

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

Shades of Ruby #E61D73

Tints of Ruby #E61D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 61.5%
G = 7.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E61D73 (or 0xE61D73) is known color: Ruby. HEX triplet: E6, 1D and 73. RGB value is (230,29,115). Sum of RGB (Red+Green+Blue) = 230+29+115=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61D73 is #19E28C. Grayscale: #626262. Windows color (decimal): -1696397 or 7544294. OLE color: 7544294.

HSL color Cylindrical-coordinate representation of color #E61D73: hue angle of 334.33º 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 #E61D73 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 29 115 -
CMYK 0 0.87 0.5 0.10
HSL 334.33º 0.8% 0.51% -
HSV(B) 334.33º 0.87% 0.9% -
XYZ 36.17 18.94 17.97 -
YUV 98.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 230 29 115 0 0.87 0.5 0.10 334.33 0.8 0.51
Hex E6 1D 73 0 57 32 A 14E 50 33
Octal 346 35 163 0 127 62 12 516 120 63
Binary 11100110 11101 1110011 0 1010111 110010 1010 101001110 1010000 110011

Color Harmonies of #E61D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D73

Black with #E61D73

Text Example


Text Example

White with #E61D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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