Html Css Color HEX #E61565 Ruby

📋 copy color: '#E61565'

red 230 ◦ green 21 ◦ blue 101

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

Shades of Ruby #E61565

Tints of Ruby #E61565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.97%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 65.34%
G = 5.97%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61565 (or 0xE61565) is known color: Ruby. HEX triplet: E6, 15 and 65. RGB value is (230,21,101). Sum of RGB (Red+Green+Blue) = 230+21+101=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E61565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61565 is #19EA9A. Grayscale: #5C5C5C. Windows color (decimal): -1698459 or 6624742. OLE color: 6624742.

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

Color convert

RGB 230 21 101 -
CMYK 0 0.91 0.56 0.10
HSL 337.03º 0.83% 0.49% -
HSV(B) 337.03º 0.91% 0.9% -
XYZ 35.25 18.3 13.99 -
YUV 92.61 132.74 226 -
System Red Green Blue C M Y K H S L
Decimal 230 21 101 0 0.91 0.56 0.10 337.03 0.83 0.49
Hex E6 15 65 0 5B 38 A 151 53 31
Octal 346 25 145 0 133 70 12 521 123 61
Binary 11100110 10101 1100101 0 1011011 111000 1010 101010001 1010011 110001

Color Harmonies of #E61565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61565

Black with #E61565

Text Example


Text Example

White with #E61565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61565; }

 p { color: rgb(230,21,101); }

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

background-color css

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

 a { background-color: rgb(230,21,101); }

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

border-color css

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

 span { border-color: rgb(230,21,101); }

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