Html Css Color HEX #EB1275 Ruby

📋 copy color: '#EB1275'

red 235 ◦ green 18 ◦ blue 117

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

Shades of Ruby #EB1275

Tints of Ruby #EB1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.86%

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 63.51%
G = 4.86%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB1275 (or 0xEB1275) is known color: Ruby. HEX triplet: EB, 12 and 75. RGB value is (235,18,117). Sum of RGB (Red+Green+Blue) = 235+18+117=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1275 is #14ED8A. Grayscale: #5D5D5D. Windows color (decimal): -1371531 or 7672555. OLE color: 7672555.

HSL color Cylindrical-coordinate representation of color #EB1275: hue angle of 332.63º degrees, saturation: 0.86, 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 #EB1275 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 18 117 -
CMYK 0 0.92 0.50 0.08
HSL 332.63º 0.86% 0.5% -
HSV(B) 332.63º 0.92% 0.92% -
XYZ 37.69 19.38 18.58 -
YUV 94.17 140.89 228.45 -
System Red Green Blue C M Y K H S L
Decimal 235 18 117 0 0.92 0.50 0.08 332.63 0.86 0.5
Hex EB 12 75 0 5C 32 8 14D 56 32
Octal 353 22 165 0 134 62 10 515 126 62
Binary 11101011 10010 1110101 0 1011100 110010 1000 101001101 1010110 110010

Color Harmonies of #EB1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1275

Black with #EB1275

Text Example


Text Example

White with #EB1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1275; }

 p { color: rgb(235,18,117); }

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

background-color css

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

 a { background-color: rgb(235,18,117); }

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

border-color css

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

 span { border-color: rgb(235,18,117); }

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