Html Css Color HEX #EB136C Ruby

📋 copy color: '#EB136C'

red 235 ◦ green 19 ◦ blue 108

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

Shades of Ruby #EB136C

Tints of Ruby #EB136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 64.92%
G = 5.25%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB136C (or 0xEB136C) is known color: Ruby. HEX triplet: EB, 13 and 6C. RGB value is (235,19,108). Sum of RGB (Red+Green+Blue) = 235+19+108=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB136C is #14EC93. Grayscale: #5D5D5D. Windows color (decimal): -1371284 or 7082987. OLE color: 7082987.

HSL color Cylindrical-coordinate representation of color #EB136C: hue angle of 335.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB136C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 108 -
CMYK 0 0.92 0.54 0.08
HSL 335.28º 0.85% 0.5% -
HSV(B) 335.28º 0.92% 0.92% -
XYZ 37.2 19.21 15.93 -
YUV 93.73 136.06 228.76 -
System Red Green Blue C M Y K H S L
Decimal 235 19 108 0 0.92 0.54 0.08 335.28 0.85 0.5
Hex EB 13 6C 0 5C 36 8 14F 55 32
Octal 353 23 154 0 134 66 10 517 125 62
Binary 11101011 10011 1101100 0 1011100 110110 1000 101001111 1010101 110010

Color Harmonies of #EB136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB136C

Black with #EB136C

Text Example


Text Example

White with #EB136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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