Html Css Color HEX #EB1C65 Ruby

📋 copy color: '#EB1C65'

red 235 ◦ green 28 ◦ blue 101

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

Shades of Ruby #EB1C65

Tints of Ruby #EB1C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 64.56%
G = 7.69%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB1C65 (or 0xEB1C65) is known color: Ruby. HEX triplet: EB, 1C and 65. RGB value is (235,28,101). Sum of RGB (Red+Green+Blue) = 235+28+101=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C65 is #14E39A. Grayscale: #626262. Windows color (decimal): -1368987 or 6626539. OLE color: 6626539.

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

Color convert

RGB 235 28 101 -
CMYK 0 0.88 0.57 0.08
HSL 338.84º 0.84% 0.52% -
HSV(B) 338.84º 0.88% 0.92% -
XYZ 37.03 19.43 14.11 -
YUV 98.22 129.58 225.56 -
System Red Green Blue C M Y K H S L
Decimal 235 28 101 0 0.88 0.57 0.08 338.84 0.84 0.52
Hex EB 1C 65 0 58 39 8 153 54 34
Octal 353 34 145 0 130 71 10 523 124 64
Binary 11101011 11100 1100101 0 1011000 111001 1000 101010011 1010100 110100

Color Harmonies of #EB1C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C65

Black with #EB1C65

Text Example


Text Example

White with #EB1C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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