Html Css Color HEX #EB0C79 Ruby

📋 copy color: '#EB0C79'

red 235 ◦ green 12 ◦ blue 121

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

Shades of Ruby #EB0C79

Tints of Ruby #EB0C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 63.86%
G = 3.26%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB0C79 (or 0xEB0C79) is known color: Ruby. HEX triplet: EB, 0C and 79. RGB value is (235,12,121). Sum of RGB (Red+Green+Blue) = 235+12+121=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0C79 is #14F386. Grayscale: #5A5A5A. Windows color (decimal): -1373063 or 7933163. OLE color: 7933163.

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

Color convert

RGB 235 12 121 -
CMYK 0 0.95 0.49 0.08
HSL 330.67º 0.9% 0.48% -
HSV(B) 330.67º 0.95% 0.92% -
XYZ 37.84 19.31 19.82 -
YUV 91.1 144.88 230.64 -
System Red Green Blue C M Y K H S L
Decimal 235 12 121 0 0.95 0.49 0.08 330.67 0.9 0.48
Hex EB C 79 0 5F 31 8 14B 5A 30
Octal 353 14 171 0 137 61 10 513 132 60
Binary 11101011 1100 1111001 0 1011111 110001 1000 101001011 1011010 110000

Color Harmonies of #EB0C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C79

Black with #EB0C79

Text Example


Text Example

White with #EB0C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C79; }

 p { color: rgb(235,12,121); }

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

background-color css

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

 a { background-color: rgb(235,12,121); }

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

border-color css

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

 span { border-color: rgb(235,12,121); }

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