Html Css Color HEX #E61655 Ruby

📋 copy color: '#E61655'

red 230 ◦ green 22 ◦ blue 85

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

Shades of Ruby #E61655

Tints of Ruby #E61655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 68.25%
G = 6.53%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61655 (or 0xE61655) is known color: Ruby. HEX triplet: E6, 16 and 55. RGB value is (230,22,85). Sum of RGB (Red+Green+Blue) = 230+22+85=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E61655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61655 is #19E9AA. Grayscale: #5B5B5B. Windows color (decimal): -1698219 or 5576422. OLE color: 5576422.

HSL color Cylindrical-coordinate representation of color #E61655: hue angle of 341.83º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61655 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 22 85 -
CMYK 0 0.90 0.63 0.10
HSL 341.83º 0.83% 0.49% -
HSV(B) 341.83º 0.9% 0.9% -
XYZ 34.56 18.05 10.26 -
YUV 91.37 124.41 226.88 -
System Red Green Blue C M Y K H S L
Decimal 230 22 85 0 0.90 0.63 0.10 341.83 0.83 0.49
Hex E6 16 55 0 5A 3F A 156 53 31
Octal 346 26 125 0 132 77 12 526 123 61
Binary 11100110 10110 1010101 0 1011010 111111 1010 101010110 1010011 110001

Color Harmonies of #E61655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61655

Black with #E61655

Text Example


Text Example

White with #E61655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61655; }

 p { color: rgb(230,22,85); }

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

background-color css

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

 a { background-color: rgb(230,22,85); }

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

border-color css

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

 span { border-color: rgb(230,22,85); }

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