Html Css Color HEX #E61F65 Ruby

📋 copy color: '#E61F65'

red 230 ◦ green 31 ◦ blue 101

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

Shades of Ruby #E61F65

Tints of Ruby #E61F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.56%

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

R = 63.54%
G = 8.56%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E61F65 (or 0xE61F65) is known color: Ruby. HEX triplet: E6, 1F and 65. RGB value is (230,31,101). Sum of RGB (Red+Green+Blue) = 230+31+101=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F65 is #19E09A. Grayscale: #626262. Windows color (decimal): -1695899 or 6627302. OLE color: 6627302.

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

Color convert

RGB 230 31 101 -
CMYK 0 0.87 0.56 0.10
HSL 338.89º 0.8% 0.51% -
HSV(B) 338.89º 0.87% 0.9% -
XYZ 35.47 18.74 14.06 -
YUV 98.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 230 31 101 0 0.87 0.56 0.10 338.89 0.8 0.51
Hex E6 1F 65 0 57 38 A 153 50 33
Octal 346 37 145 0 127 70 12 523 120 63
Binary 11100110 11111 1100101 0 1010111 111000 1010 101010011 1010000 110011

Color Harmonies of #E61F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F65

Black with #E61F65

Text Example


Text Example

White with #E61F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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