Html Css Color HEX #EB1372 Ruby

📋 copy color: '#EB1372'

red 235 ◦ green 19 ◦ blue 114

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

Shades of Ruby #EB1372

Tints of Ruby #EB1372

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 63.86%
G = 5.16%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB1372 (or 0xEB1372) is known color: Ruby. HEX triplet: EB, 13 and 72. RGB value is (235,19,114). Sum of RGB (Red+Green+Blue) = 235+19+114=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1372 is #14EC8D. Grayscale: #5E5E5E. Windows color (decimal): -1371278 or 7476203. OLE color: 7476203.

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

Color convert

RGB 235 19 114 -
CMYK 0 0.92 0.51 0.08
HSL 333.61º 0.85% 0.5% -
HSV(B) 333.61º 0.92% 0.92% -
XYZ 37.53 19.34 17.68 -
YUV 94.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 235 19 114 0 0.92 0.51 0.08 333.61 0.85 0.5
Hex EB 13 72 0 5C 33 8 14E 55 32
Octal 353 23 162 0 134 63 10 516 125 62
Binary 11101011 10011 1110010 0 1011100 110011 1000 101001110 1010101 110010

Color Harmonies of #EB1372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1372

Black with #EB1372

Text Example


Text Example

White with #EB1372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1372; }

 p { color: rgb(235,19,114); }

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

background-color css

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

 a { background-color: rgb(235,19,114); }

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

border-color css

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

 span { border-color: rgb(235,19,114); }

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