Html Css Color HEX #E61F68 Ruby

📋 copy color: '#E61F68'

red 230 ◦ green 31 ◦ blue 104

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

Shades of Ruby #E61F68

Tints of Ruby #E61F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 63.01%
G = 8.49%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E61F68 (or 0xE61F68) is known color: Ruby. HEX triplet: E6, 1F and 68. RGB value is (230,31,104). Sum of RGB (Red+Green+Blue) = 230+31+104=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F68 is #19E097. Grayscale: #626262. Windows color (decimal): -1695896 or 6823910. OLE color: 6823910.

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

Color convert

RGB 230 31 104 -
CMYK 0 0.87 0.55 0.10
HSL 337.99º 0.8% 0.51% -
HSV(B) 337.99º 0.87% 0.9% -
XYZ 35.62 18.8 14.85 -
YUV 98.82 130.93 221.56 -
System Red Green Blue C M Y K H S L
Decimal 230 31 104 0 0.87 0.55 0.10 337.99 0.8 0.51
Hex E6 1F 68 0 57 37 A 152 50 33
Octal 346 37 150 0 127 67 12 522 120 63
Binary 11100110 11111 1101000 0 1010111 110111 1010 101010010 1010000 110011

Color Harmonies of #E61F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F68

Black with #E61F68

Text Example


Text Example

White with #E61F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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