Html Css Color HEX #EB1856 Ruby

📋 copy color: '#EB1856'

red 235 ◦ green 24 ◦ blue 86

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

Shades of Ruby #EB1856

Tints of Ruby #EB1856

RGB

 RED value IS 235 (92.19% from 255) = 68.12%

 GREEN value IS 24 (9.77% from 255) = 6.96%

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 68.12%
G = 6.96%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB1856 (or 0xEB1856) is known color: Ruby. HEX triplet: EB, 18 and 56. RGB value is (235,24,86). Sum of RGB (Red+Green+Blue) = 235+24+86=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1856 is #14E7A9. Grayscale: #5E5E5E. Windows color (decimal): -1370026 or 5642475. OLE color: 5642475.

HSL color Cylindrical-coordinate representation of color #EB1856: hue angle of 342.37º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1856 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 86 -
CMYK 0 0.90 0.63 0.08
HSL 342.37º 0.84% 0.51% -
HSV(B) 342.37º 0.9% 0.92% -
XYZ 36.27 18.99 10.56 -
YUV 94.16 123.4 228.46 -
System Red Green Blue C M Y K H S L
Decimal 235 24 86 0 0.90 0.63 0.08 342.37 0.84 0.51
Hex EB 18 56 0 5A 3F 8 156 54 33
Octal 353 30 126 0 132 77 10 526 124 63
Binary 11101011 11000 1010110 0 1011010 111111 1000 101010110 1010100 110011

Color Harmonies of #EB1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1856

Black with #EB1856

Text Example


Text Example

White with #EB1856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1856; }

 p { color: rgb(235,24,86); }

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

background-color css

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

 a { background-color: rgb(235,24,86); }

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

border-color css

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

 span { border-color: rgb(235,24,86); }

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