Html Css Color HEX #EB0F71 Ruby

📋 copy color: '#EB0F71'

red 235 ◦ green 15 ◦ blue 113

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

Shades of Ruby #EB0F71

Tints of Ruby #EB0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 64.74%
G = 4.13%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB0F71 (or 0xEB0F71) is known color: Ruby. HEX triplet: EB, 0F and 71. RGB value is (235,15,113). Sum of RGB (Red+Green+Blue) = 235+15+113=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F71 is #14F08E. Grayscale: #5B5B5B. Windows color (decimal): -1372303 or 7409643. OLE color: 7409643.

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

Color convert

RGB 235 15 113 -
CMYK 0 0.94 0.52 0.08
HSL 333.27º 0.88% 0.49% -
HSV(B) 333.27º 0.94% 0.92% -
XYZ 37.41 19.2 17.36 -
YUV 91.95 139.89 230.03 -
System Red Green Blue C M Y K H S L
Decimal 235 15 113 0 0.94 0.52 0.08 333.27 0.88 0.49
Hex EB F 71 0 5E 34 8 14D 58 31
Octal 353 17 161 0 136 64 10 515 130 61
Binary 11101011 1111 1110001 0 1011110 110100 1000 101001101 1011000 110001

Color Harmonies of #EB0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F71

Black with #EB0F71

Text Example


Text Example

White with #EB0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F71; }

 p { color: rgb(235,15,113); }

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

background-color css

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

 a { background-color: rgb(235,15,113); }

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

border-color css

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

 span { border-color: rgb(235,15,113); }

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