Html Css Color HEX #E61770 Ruby

📋 copy color: '#E61770'

red 230 ◦ green 23 ◦ blue 112

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

Shades of Ruby #E61770

Tints of Ruby #E61770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.3%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 63.01%
G = 6.3%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E61770 (or 0xE61770) is known color: Ruby. HEX triplet: E6, 17 and 70. RGB value is (230,23,112). Sum of RGB (Red+Green+Blue) = 230+23+112=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E61770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61770 is #19E88F. Grayscale: #5E5E5E. Windows color (decimal): -1697936 or 7346150. OLE color: 7346150.

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

Color convert

RGB 230 23 112 -
CMYK 0 0.9 0.51 0.10
HSL 334.2º 0.82% 0.5% -
HSV(B) 334.2º 0.9% 0.9% -
XYZ 35.86 18.61 17.03 -
YUV 95.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 230 23 112 0 0.9 0.51 0.10 334.2 0.82 0.5
Hex E6 17 70 0 5A 33 A 14E 52 32
Octal 346 27 160 0 132 63 12 516 122 62
Binary 11100110 10111 1110000 0 1011010 110011 1010 101001110 1010010 110010

Color Harmonies of #E61770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61770

Black with #E61770

Text Example


Text Example

White with #E61770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61770; }

 p { color: rgb(230,23,112); }

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

background-color css

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

 a { background-color: rgb(230,23,112); }

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

border-color css

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

 span { border-color: rgb(230,23,112); }

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