Html Css Color HEX #EB0D6D Ruby

📋 copy color: '#EB0D6D'

red 235 ◦ green 13 ◦ blue 109

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

Shades of Ruby #EB0D6D

Tints of Ruby #EB0D6D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 65.83%
G = 3.64%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB0D6D (or 0xEB0D6D) is known color: Ruby. HEX triplet: EB, 0D and 6D. RGB value is (235,13,109). Sum of RGB (Red+Green+Blue) = 235+13+109=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0D6D is #14F292. Grayscale: #5A5A5A. Windows color (decimal): -1372819 or 7146987. OLE color: 7146987.

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

Color convert

RGB 235 13 109 -
CMYK 0 0.94 0.54 0.08
HSL 334.05º 0.9% 0.49% -
HSV(B) 334.05º 0.94% 0.92% -
XYZ 37.17 19.05 16.19 -
YUV 90.32 138.55 231.19 -
System Red Green Blue C M Y K H S L
Decimal 235 13 109 0 0.94 0.54 0.08 334.05 0.9 0.49
Hex EB D 6D 0 5E 36 8 14E 5A 31
Octal 353 15 155 0 136 66 10 516 132 61
Binary 11101011 1101 1101101 0 1011110 110110 1000 101001110 1011010 110001

Color Harmonies of #EB0D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D6D

Black with #EB0D6D

Text Example


Text Example

White with #EB0D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D6D; }

 p { color: rgb(235,13,109); }

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

background-color css

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

 a { background-color: rgb(235,13,109); }

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

border-color css

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

 span { border-color: rgb(235,13,109); }

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