Html Css Color HEX #EB1C6C Ruby

📋 copy color: '#EB1C6C'

red 235 ◦ green 28 ◦ blue 108

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

Shades of Ruby #EB1C6C

Tints of Ruby #EB1C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 63.34%
G = 7.55%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB1C6C (or 0xEB1C6C) is known color: Ruby. HEX triplet: EB, 1C and 6C. RGB value is (235,28,108). Sum of RGB (Red+Green+Blue) = 235+28+108=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C6C is #14E393. Grayscale: #626262. Windows color (decimal): -1368980 or 7085291. OLE color: 7085291.

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

Color convert

RGB 235 28 108 -
CMYK 0 0.88 0.54 0.08
HSL 336.81º 0.84% 0.52% -
HSV(B) 336.81º 0.88% 0.92% -
XYZ 37.38 19.58 16 -
YUV 99.01 133.08 225 -
System Red Green Blue C M Y K H S L
Decimal 235 28 108 0 0.88 0.54 0.08 336.81 0.84 0.52
Hex EB 1C 6C 0 58 36 8 151 54 34
Octal 353 34 154 0 130 66 10 521 124 64
Binary 11101011 11100 1101100 0 1011000 110110 1000 101010001 1010100 110100

Color Harmonies of #EB1C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C6C

Black with #EB1C6C

Text Example


Text Example

White with #EB1C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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