Html Css Color HEX #E61E73 Ruby

📋 copy color: '#E61E73'

red 230 ◦ green 30 ◦ blue 115

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

Shades of Ruby #E61E73

Tints of Ruby #E61E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

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

R = 61.33%
G = 8%
B = 30.67%

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

#E61E73 (or 0xE61E73) is known color: Ruby. HEX triplet: E6, 1E and 73. RGB value is (230,30,115). Sum of RGB (Red+Green+Blue) = 230+30+115=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61E73 is #19E18C. Grayscale: #636363. Windows color (decimal): -1696141 or 7544550. OLE color: 7544550.

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

Color convert

RGB 230 30 115 -
CMYK 0 0.87 0.5 0.10
HSL 334.5º 0.8% 0.51% -
HSV(B) 334.5º 0.87% 0.9% -
XYZ 36.19 18.99 17.98 -
YUV 99.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 230 30 115 0 0.87 0.5 0.10 334.5 0.8 0.51
Hex E6 1E 73 0 57 32 A 14E 50 33
Octal 346 36 163 0 127 62 12 516 120 63
Binary 11100110 11110 1110011 0 1010111 110010 1010 101001110 1010000 110011

Color Harmonies of #E61E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61E73

Black with #E61E73

Text Example


Text Example

White with #E61E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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