Html Css Color HEX #EB1B5C Ruby

📋 copy color: '#EB1B5C'

red 235 ◦ green 27 ◦ blue 92

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

Shades of Ruby #EB1B5C

Tints of Ruby #EB1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.63%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 66.38%
G = 7.63%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB1B5C (or 0xEB1B5C) is known color: Ruby. HEX triplet: EB, 1B and 5C. RGB value is (235,27,92). Sum of RGB (Red+Green+Blue) = 235+27+92=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1B5C is #14E4A3. Grayscale: #606060. Windows color (decimal): -1369252 or 6036459. OLE color: 6036459.

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

Color convert

RGB 235 27 92 -
CMYK 0 0.89 0.61 0.08
HSL 341.25º 0.84% 0.51% -
HSV(B) 341.25º 0.89% 0.92% -
XYZ 36.58 19.22 11.91 -
YUV 96.6 125.41 226.71 -
System Red Green Blue C M Y K H S L
Decimal 235 27 92 0 0.89 0.61 0.08 341.25 0.84 0.51
Hex EB 1B 5C 0 59 3D 8 155 54 33
Octal 353 33 134 0 131 75 10 525 124 63
Binary 11101011 11011 1011100 0 1011001 111101 1000 101010101 1010100 110011

Color Harmonies of #EB1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1B5C

Black with #EB1B5C

Text Example


Text Example

White with #EB1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1B5C; }

 p { color: rgb(235,27,92); }

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

background-color css

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

 a { background-color: rgb(235,27,92); }

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

border-color css

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

 span { border-color: rgb(235,27,92); }

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