Html Css Color HEX #E61B5C Ruby

📋 copy color: '#E61B5C'

red 230 ◦ green 27 ◦ blue 92

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

Shades of Ruby #E61B5C

Tints of Ruby #E61B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.74%

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

R = 65.9%
G = 7.74%
B = 26.36%

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

#E61B5C (or 0xE61B5C) is known color: Ruby. HEX triplet: E6, 1B and 5C. RGB value is (230,27,92). Sum of RGB (Red+Green+Blue) = 230+27+92=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B5C is #19E4A3. Grayscale: #5F5F5F. Windows color (decimal): -1696932 or 6036454. OLE color: 6036454.

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

Color convert

RGB 230 27 92 -
CMYK 0 0.88 0.60 0.10
HSL 340.79º 0.8% 0.5% -
HSV(B) 340.79º 0.88% 0.9% -
XYZ 34.96 18.38 11.83 -
YUV 95.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 230 27 92 0 0.88 0.60 0.10 340.79 0.8 0.5
Hex E6 1B 5C 0 58 3C A 155 50 32
Octal 346 33 134 0 130 74 12 525 120 62
Binary 11100110 11011 1011100 0 1011000 111100 1010 101010101 1010000 110010

Color Harmonies of #E61B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B5C

Black with #E61B5C

Text Example


Text Example

White with #E61B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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