Html Css Color HEX #EB1C71 Ruby

📋 copy color: '#EB1C71'

red 235 ◦ green 28 ◦ blue 113

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

Shades of Ruby #EB1C71

Tints of Ruby #EB1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

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

R = 62.5%
G = 7.45%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB1C71 (or 0xEB1C71) is known color: Ruby. HEX triplet: EB, 1C and 71. RGB value is (235,28,113). Sum of RGB (Red+Green+Blue) = 235+28+113=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C71 is #14E38E. Grayscale: #636363. Windows color (decimal): -1368975 or 7412971. OLE color: 7412971.

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

Color convert

RGB 235 28 113 -
CMYK 0 0.88 0.52 0.08
HSL 335.36º 0.84% 0.52% -
HSV(B) 335.36º 0.88% 0.92% -
XYZ 37.66 19.68 17.44 -
YUV 99.58 135.58 224.59 -
System Red Green Blue C M Y K H S L
Decimal 235 28 113 0 0.88 0.52 0.08 335.36 0.84 0.52
Hex EB 1C 71 0 58 34 8 14F 54 34
Octal 353 34 161 0 130 64 10 517 124 64
Binary 11101011 11100 1110001 0 1011000 110100 1000 101001111 1010100 110100

Color Harmonies of #EB1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C71

Black with #EB1C71

Text Example


Text Example

White with #EB1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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