Html Css Color HEX #E61E71 Ruby

📋 copy color: '#E61E71'

red 230 ◦ green 30 ◦ blue 113

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

Shades of Ruby #E61E71

Tints of Ruby #E61E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 61.66%
G = 8.04%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E61E71 (or 0xE61E71) is known color: Ruby. HEX triplet: E6, 1E and 71. RGB value is (230,30,113). Sum of RGB (Red+Green+Blue) = 230+30+113=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61E71 is #19E18E. Grayscale: #636363. Windows color (decimal): -1696143 or 7413478. OLE color: 7413478.

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

Color convert

RGB 230 30 113 -
CMYK 0 0.87 0.51 0.10
HSL 335.1º 0.8% 0.51% -
HSV(B) 335.1º 0.87% 0.9% -
XYZ 36.08 18.94 17.38 -
YUV 99.26 135.76 221.25 -
System Red Green Blue C M Y K H S L
Decimal 230 30 113 0 0.87 0.51 0.10 335.1 0.8 0.51
Hex E6 1E 71 0 57 33 A 14F 50 33
Octal 346 36 161 0 127 63 12 517 120 63
Binary 11100110 11110 1110001 0 1010111 110011 1010 101001111 1010000 110011

Color Harmonies of #E61E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61E71

Black with #E61E71

Text Example


Text Example

White with #E61E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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