Html Css Color HEX #E61B5A Ruby

📋 copy color: '#E61B5A'

red 230 ◦ green 27 ◦ blue 90

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

Shades of Ruby #E61B5A

Tints of Ruby #E61B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 66.28%
G = 7.78%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E61B5A (or 0xE61B5A) is known color: Ruby. HEX triplet: E6, 1B and 5A. RGB value is (230,27,90). Sum of RGB (Red+Green+Blue) = 230+27+90=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B5A is #19E4A5. Grayscale: #5E5E5E. Windows color (decimal): -1696934 or 5905382. OLE color: 5905382.

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

Color convert

RGB 230 27 90 -
CMYK 0 0.88 0.61 0.10
HSL 341.38º 0.8% 0.5% -
HSV(B) 341.38º 0.88% 0.9% -
XYZ 34.87 18.35 11.38 -
YUV 94.88 125.25 224.38 -
System Red Green Blue C M Y K H S L
Decimal 230 27 90 0 0.88 0.61 0.10 341.38 0.8 0.5
Hex E6 1B 5A 0 58 3D A 155 50 32
Octal 346 33 132 0 130 75 12 525 120 62
Binary 11100110 11011 1011010 0 1011000 111101 1010 101010101 1010000 110010

Color Harmonies of #E61B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B5A

Black with #E61B5A

Text Example


Text Example

White with #E61B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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