Html Css Color HEX #E61765 Ruby

📋 copy color: '#E61765'

red 230 ◦ green 23 ◦ blue 101

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

Shades of Ruby #E61765

Tints of Ruby #E61765

RGB

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

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

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

R = 64.97%
G = 6.5%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61765 (or 0xE61765) is known color: Ruby. HEX triplet: E6, 17 and 65. RGB value is (230,23,101). Sum of RGB (Red+Green+Blue) = 230+23+101=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E61765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61765 is #19E89A. Grayscale: #5D5D5D. Windows color (decimal): -1697947 or 6625254. OLE color: 6625254.

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

Color convert

RGB 230 23 101 -
CMYK 0 0.9 0.56 0.10
HSL 337.39º 0.82% 0.5% -
HSV(B) 337.39º 0.9% 0.9% -
XYZ 35.29 18.38 14 -
YUV 93.79 132.08 225.16 -
System Red Green Blue C M Y K H S L
Decimal 230 23 101 0 0.9 0.56 0.10 337.39 0.82 0.5
Hex E6 17 65 0 5A 38 A 151 52 32
Octal 346 27 145 0 132 70 12 521 122 62
Binary 11100110 10111 1100101 0 1011010 111000 1010 101010001 1010010 110010

Color Harmonies of #E61765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61765

Black with #E61765

Text Example


Text Example

White with #E61765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61765; }

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

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

background-color css

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

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

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

border-color css

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

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

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