Html Css Color HEX #EB0F65 Ruby

📋 copy color: '#EB0F65'

red 235 ◦ green 15 ◦ blue 101

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

Shades of Ruby #EB0F65

Tints of Ruby #EB0F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 66.95%
G = 4.27%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0F65 (or 0xEB0F65) is known color: Ruby. HEX triplet: EB, 0F and 65. RGB value is (235,15,101). Sum of RGB (Red+Green+Blue) = 235+15+101=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F65 is #14F09A. Grayscale: #5A5A5A. Windows color (decimal): -1372315 or 6623211. OLE color: 6623211.

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

Color convert

RGB 235 15 101 -
CMYK 0 0.94 0.57 0.08
HSL 336.55º 0.88% 0.49% -
HSV(B) 336.55º 0.94% 0.92% -
XYZ 36.78 18.94 14.03 -
YUV 90.58 133.89 231.01 -
System Red Green Blue C M Y K H S L
Decimal 235 15 101 0 0.94 0.57 0.08 336.55 0.88 0.49
Hex EB F 65 0 5E 39 8 151 58 31
Octal 353 17 145 0 136 71 10 521 130 61
Binary 11101011 1111 1100101 0 1011110 111001 1000 101010001 1011000 110001

Color Harmonies of #EB0F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F65

Black with #EB0F65

Text Example


Text Example

White with #EB0F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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