Html Css Color HEX #EB1C5E Ruby

📋 copy color: '#EB1C5E'

red 235 ◦ green 28 ◦ blue 94

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

Shades of Ruby #EB1C5E

Tints of Ruby #EB1C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 65.83%
G = 7.84%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB1C5E (or 0xEB1C5E) is known color: Ruby. HEX triplet: EB, 1C and 5E. RGB value is (235,28,94). Sum of RGB (Red+Green+Blue) = 235+28+94=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C5E is #14E3A1. Grayscale: #616161. Windows color (decimal): -1368994 or 6167787. OLE color: 6167787.

HSL color Cylindrical-coordinate representation of color #EB1C5E: hue angle of 340.87º 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 #EB1C5E is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 28 94 -
CMYK 0 0.88 0.6 0.08
HSL 340.87º 0.84% 0.52% -
HSV(B) 340.87º 0.88% 0.92% -
XYZ 36.7 19.3 12.38 -
YUV 97.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 235 28 94 0 0.88 0.6 0.08 340.87 0.84 0.52
Hex EB 1C 5E 0 58 3C 8 155 54 34
Octal 353 34 136 0 130 74 10 525 124 64
Binary 11101011 11100 1011110 0 1011000 111100 1000 101010101 1010100 110100

Color Harmonies of #EB1C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C5E

Black with #EB1C5E

Text Example


Text Example

White with #EB1C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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