Html Css Color HEX #EB1D6B Ruby

📋 copy color: '#EB1D6B'

red 235 ◦ green 29 ◦ blue 107

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

Shades of Ruby #EB1D6B

Tints of Ruby #EB1D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 63.34%
G = 7.82%
B = 28.84%

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

#EB1D6B (or 0xEB1D6B) is known color: Ruby. HEX triplet: EB, 1D and 6B. RGB value is (235,29,107). Sum of RGB (Red+Green+Blue) = 235+29+107=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D6B is #14E294. Grayscale: #636363. Windows color (decimal): -1368725 or 7020011. OLE color: 7020011.

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

Color convert

RGB 235 29 107 -
CMYK 0 0.88 0.54 0.08
HSL 337.28º 0.84% 0.52% -
HSV(B) 337.28º 0.88% 0.92% -
XYZ 37.35 19.6 15.72 -
YUV 99.49 132.25 224.66 -
System Red Green Blue C M Y K H S L
Decimal 235 29 107 0 0.88 0.54 0.08 337.28 0.84 0.52
Hex EB 1D 6B 0 58 36 8 151 54 34
Octal 353 35 153 0 130 66 10 521 124 64
Binary 11101011 11101 1101011 0 1011000 110110 1000 101010001 1010100 110100

Color Harmonies of #EB1D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D6B

Black with #EB1D6B

Text Example


Text Example

White with #EB1D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D6B; }

 p { color: rgb(235,29,107); }

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

background-color css

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

 a { background-color: rgb(235,29,107); }

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

border-color css

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

 span { border-color: rgb(235,29,107); }

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