Html Css Color HEX #E61F64 Ruby

📋 copy color: '#E61F64'

red 230 ◦ green 31 ◦ blue 100

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

Shades of Ruby #E61F64

Tints of Ruby #E61F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 63.71%
G = 8.59%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E61F64 (or 0xE61F64) is known color: Ruby. HEX triplet: E6, 1F and 64. RGB value is (230,31,100). Sum of RGB (Red+Green+Blue) = 230+31+100=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F64 is #19E09B. Grayscale: #626262. Windows color (decimal): -1695900 or 6561766. OLE color: 6561766.

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

Color convert

RGB 230 31 100 -
CMYK 0 0.87 0.57 0.10
HSL 339.2º 0.8% 0.51% -
HSV(B) 339.2º 0.87% 0.9% -
XYZ 35.42 18.72 13.8 -
YUV 98.37 128.93 221.89 -
System Red Green Blue C M Y K H S L
Decimal 230 31 100 0 0.87 0.57 0.10 339.2 0.8 0.51
Hex E6 1F 64 0 57 39 A 153 50 33
Octal 346 37 144 0 127 71 12 523 120 63
Binary 11100110 11111 1100100 0 1010111 111001 1010 101010011 1010000 110011

Color Harmonies of #E61F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F64

Black with #E61F64

Text Example


Text Example

White with #E61F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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