Html Css Color HEX #E61B6B Ruby

📋 copy color: '#E61B6B'

red 230 ◦ green 27 ◦ blue 107

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

Shades of Ruby #E61B6B

Tints of Ruby #E61B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 63.19%
G = 7.42%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E61B6B (or 0xE61B6B) is known color: Ruby. HEX triplet: E6, 1B and 6B. RGB value is (230,27,107). Sum of RGB (Red+Green+Blue) = 230+27+107=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B6B is #19E494. Grayscale: #606060. Windows color (decimal): -1696917 or 7019494. OLE color: 7019494.

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

Color convert

RGB 230 27 107 -
CMYK 0 0.88 0.53 0.10
HSL 336.35º 0.8% 0.5% -
HSV(B) 336.35º 0.88% 0.9% -
XYZ 35.68 18.67 15.63 -
YUV 96.82 133.75 223 -
System Red Green Blue C M Y K H S L
Decimal 230 27 107 0 0.88 0.53 0.10 336.35 0.8 0.5
Hex E6 1B 6B 0 58 35 A 150 50 32
Octal 346 33 153 0 130 65 12 520 120 62
Binary 11100110 11011 1101011 0 1011000 110101 1010 101010000 1010000 110010

Color Harmonies of #E61B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B6B

Black with #E61B6B

Text Example


Text Example

White with #E61B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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