Html Css Color HEX #E61C5D Ruby

📋 copy color: '#E61C5D'

red 230 ◦ green 28 ◦ blue 93

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

Shades of Ruby #E61C5D

Tints of Ruby #E61C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.98%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 65.53%
G = 7.98%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E61C5D (or 0xE61C5D) is known color: Ruby. HEX triplet: E6, 1C and 5D. RGB value is (230,28,93). Sum of RGB (Red+Green+Blue) = 230+28+93=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C5D is #19E3A2. Grayscale: #5F5F5F. Windows color (decimal): -1696675 or 6102246. OLE color: 6102246.

HSL color Cylindrical-coordinate representation of color #E61C5D: hue angle of 340.69º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 28 93 -
CMYK 0 0.88 0.60 0.10
HSL 340.69º 0.8% 0.51% -
HSV(B) 340.69º 0.88% 0.9% -
XYZ 35.02 18.44 12.07 -
YUV 95.81 126.42 223.71 -
System Red Green Blue C M Y K H S L
Decimal 230 28 93 0 0.88 0.60 0.10 340.69 0.8 0.51
Hex E6 1C 5D 0 58 3C A 155 50 33
Octal 346 34 135 0 130 74 12 525 120 63
Binary 11100110 11100 1011101 0 1011000 111100 1010 101010101 1010000 110011

Color Harmonies of #E61C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C5D

Black with #E61C5D

Text Example


Text Example

White with #E61C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C5D; }

 p { color: rgb(230,28,93); }

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

background-color css

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

 a { background-color: rgb(230,28,93); }

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

border-color css

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

 span { border-color: rgb(230,28,93); }

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