Html Css Color HEX #E61C5C Ruby

📋 copy color: '#E61C5C'

red 230 ◦ green 28 ◦ blue 92

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

Shades of Ruby #E61C5C

Tints of Ruby #E61C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 65.71%
G = 8%
B = 26.29%

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

#E61C5C (or 0xE61C5C) is known color: Ruby. HEX triplet: E6, 1C and 5C. RGB value is (230,28,92). Sum of RGB (Red+Green+Blue) = 230+28+92=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C5C is #19E3A3. Grayscale: #5F5F5F. Windows color (decimal): -1696676 or 6036710. OLE color: 6036710.

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

Color convert

RGB 230 28 92 -
CMYK 0 0.88 0.60 0.10
HSL 340.99º 0.8% 0.51% -
HSV(B) 340.99º 0.88% 0.9% -
XYZ 34.98 18.43 11.84 -
YUV 95.69 125.92 223.8 -
System Red Green Blue C M Y K H S L
Decimal 230 28 92 0 0.88 0.60 0.10 340.99 0.8 0.51
Hex E6 1C 5C 0 58 3C A 155 50 33
Octal 346 34 134 0 130 74 12 525 120 63
Binary 11100110 11100 1011100 0 1011000 111100 1010 101010101 1010000 110011

Color Harmonies of #E61C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C5C

Black with #E61C5C

Text Example


Text Example

White with #E61C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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