Html Css Color HEX #EB2071 Ruby

📋 copy color: '#EB2071'

red 235 ◦ green 32 ◦ blue 113

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

Shades of Ruby #EB2071

Tints of Ruby #EB2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.42%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 61.84%
G = 8.42%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB2071 (or 0xEB2071) is known color: Ruby. HEX triplet: EB, 20 and 71. RGB value is (235,32,113). Sum of RGB (Red+Green+Blue) = 235+32+113=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2071 is #14DF8E. Grayscale: #656565. Windows color (decimal): -1367951 or 7413995. OLE color: 7413995.

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

Color convert

RGB 235 32 113 -
CMYK 0 0.86 0.52 0.08
HSL 336.06º 0.84% 0.52% -
HSV(B) 336.06º 0.86% 0.92% -
XYZ 37.76 19.89 17.47 -
YUV 101.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 235 32 113 0 0.86 0.52 0.08 336.06 0.84 0.52
Hex EB 20 71 0 56 34 8 150 54 34
Octal 353 40 161 0 126 64 10 520 124 64
Binary 11101011 100000 1110001 0 1010110 110100 1000 101010000 1010100 110100

Color Harmonies of #EB2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2071

Black with #EB2071

Text Example


Text Example

White with #EB2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2071; }

 p { color: rgb(235,32,113); }

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

background-color css

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

 a { background-color: rgb(235,32,113); }

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

border-color css

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

 span { border-color: rgb(235,32,113); }

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