Html Css Color HEX #EB0F66 Ruby

📋 copy color: '#EB0F66'

red 235 ◦ green 15 ◦ blue 102

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

Shades of Ruby #EB0F66

Tints of Ruby #EB0F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.98%

R = 66.76%
G = 4.26%
B = 28.98%

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

#EB0F66 (or 0xEB0F66) is known color: Ruby. HEX triplet: EB, 0F and 66. RGB value is (235,15,102). Sum of RGB (Red+Green+Blue) = 235+15+102=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F66 is #14F099. Grayscale: #5A5A5A. Windows color (decimal): -1372314 or 6688747. OLE color: 6688747.

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

Color convert

RGB 235 15 102 -
CMYK 0 0.94 0.57 0.08
HSL 336.27º 0.88% 0.49% -
HSV(B) 336.27º 0.94% 0.92% -
XYZ 36.83 18.96 14.29 -
YUV 90.7 134.39 230.93 -
System Red Green Blue C M Y K H S L
Decimal 235 15 102 0 0.94 0.57 0.08 336.27 0.88 0.49
Hex EB F 66 0 5E 39 8 150 58 31
Octal 353 17 146 0 136 71 10 520 130 61
Binary 11101011 1111 1100110 0 1011110 111001 1000 101010000 1011000 110001

Color Harmonies of #EB0F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F66

Black with #EB0F66

Text Example


Text Example

White with #EB0F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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