Html Css Color HEX #EB1E5D Ruby

📋 copy color: '#EB1E5D'

red 235 ◦ green 30 ◦ blue 93

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

Shades of Ruby #EB1E5D

Tints of Ruby #EB1E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 65.64%
G = 8.38%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB1E5D (or 0xEB1E5D) is known color: Ruby. HEX triplet: EB, 1E and 5D. RGB value is (235,30,93). Sum of RGB (Red+Green+Blue) = 235+30+93=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E5D is #14E1A2. Grayscale: #626262. Windows color (decimal): -1368483 or 6102763. OLE color: 6102763.

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

Color convert

RGB 235 30 93 -
CMYK 0 0.87 0.60 0.08
HSL 341.56º 0.84% 0.52% -
HSV(B) 341.56º 0.87% 0.92% -
XYZ 36.7 19.38 12.16 -
YUV 98.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 235 30 93 0 0.87 0.60 0.08 341.56 0.84 0.52
Hex EB 1E 5D 0 57 3C 8 156 54 34
Octal 353 36 135 0 127 74 10 526 124 64
Binary 11101011 11110 1011101 0 1010111 111100 1000 101010110 1010100 110100

Color Harmonies of #EB1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E5D

Black with #EB1E5D

Text Example


Text Example

White with #EB1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E5D; }

 p { color: rgb(235,30,93); }

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

background-color css

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

 a { background-color: rgb(235,30,93); }

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

border-color css

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

 span { border-color: rgb(235,30,93); }

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